This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="list"> | |
<li>List item 1 <span class="count">4</span></li> | |
<li>List item 2 <span class="count">1</span></li> | |
<li>List item 3 <span class="count">5</span></li> | |
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="list"> | |
<li>List item 1 <span class="chevron"></span></li> | |
<li>List item 2 <span class="chevron"></span></li> | |
<li>List item 3 <span class="chevron"></span></li> | |
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul class="list"> | |
<li>List item 1</li> | |
<li>List item 2</li> | |
<li class="list-divider">List Divider</li> | |
<li>List item 3</li> | |
<li>List item 4</li> | |
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a class="button-block">Block button</a> | |
<a class="button-main button-block">Block button</a> | |
<a class="button-positive button-block">Block button</a> | |
<a class="button-negative button-block">Block button</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a class="button">Button <span class="count">1</span></a> | |
<a class="button-main">Button <span class="count">1</span></a> | |
<a class="button-positive">Button <span class="count">1</span></a> | |
<a class="button-negative">Button <span class="count">1</span></a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a class="button">Button</a> | |
<a class="button-main">Button</a> | |
<a class="button-positive">Button</a> | |
<a class="button-negative">Button</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="bar-standard"> | |
<a class="button-block">Block level button</a> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Fixed to top --> | |
<div class="bar-standard"></div> | |
<!-- Fixed below top bar --> | |
<div class="bar-standard bar-header-secondary"></div> | |
<!-- Fixed to bottom --> | |
<div class="bar-standard bar-footer"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav class="bar-standard"> | |
<ul class="segmented-controller"> | |
<li class="active">Thing one</li> | |
<li>Thing two</li> | |
<li>Thing three</li> | |
</ul> | |
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<nav class="bar-tab"> | |
<ul class="tab-inner"> | |
<li class="tab-item active"> | |
<img class="tab-icon" src="img/hamburger.png"> | |
<div class="tab-label">Label</div> | |
</li> | |
<li class="tab-item"> | |
<img class="tab-icon" src="img/hamburger.png"> | |
<div class="tab-label">Label</div> | |
</li> |