|
|
@ -114,14 +114,61 @@ type : 'UI Element' |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="example"> |
|
|
|
<h4>Dividing Header</h4> |
|
|
|
<p>A header can be formatted to be displayed with an icon</p> |
|
|
|
<h1 class="ui dividing header"> |
|
|
|
<i class="icon easel"></i> |
|
|
|
Step 1 |
|
|
|
</h1> |
|
|
|
<h4>Colors</h4> |
|
|
|
<p>A header can be formatted as different colors</p> |
|
|
|
<h5 class="ui black header"> |
|
|
|
Black |
|
|
|
</h5> |
|
|
|
<h5 class="ui blue header"> |
|
|
|
Blue |
|
|
|
</h5> |
|
|
|
<h5 class="ui red header"> |
|
|
|
Red |
|
|
|
</h5> |
|
|
|
<h5 class="ui green header"> |
|
|
|
Green |
|
|
|
</h5> |
|
|
|
<h5 class="ui purple header"> |
|
|
|
Purple |
|
|
|
</h5> |
|
|
|
<h5 class="ui teal header"> |
|
|
|
Teal |
|
|
|
</h5> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="example"> |
|
|
|
<h4>Inverted</h4> |
|
|
|
<p>A header can have its colors inverted for contrast</p> |
|
|
|
<h5 class="ui inverted black header"> |
|
|
|
Black |
|
|
|
</h5> |
|
|
|
<h5 class="ui inverted blue header"> |
|
|
|
Blue |
|
|
|
</h5> |
|
|
|
<h5 class="ui inverted red header"> |
|
|
|
Red |
|
|
|
</h5> |
|
|
|
<h5 class="ui inverted green header"> |
|
|
|
Green |
|
|
|
</h5> |
|
|
|
<h5 class="ui inverted purple header"> |
|
|
|
Purple |
|
|
|
</h5> |
|
|
|
<h5 class="ui inverted teal header"> |
|
|
|
Teal |
|
|
|
</h5> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- |
|
|
|
<div class="example"> |
|
|
|
<h4>Dividing</h4> |
|
|
|
<p>A header can be formatted to be displayed with a divider</p> |
|
|
|
<h1 class="ui dividing header"> |
|
|
|
<i class="icon easel"></i> |
|
|
|
Step 1 |
|
|
|
</h1> |
|
|
|
</div> --> |
|
|
|
|
|
|
|
<div class="example"> |
|
|
|
<h4>Attached</h4> |
|
|
|
<p>A header can be attached to other content</p> |
|
|
|