This file contains hidden or 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
| <header class="bar-title"> | |
| <h1 class="title">Title</h1> | |
| </header> |
This file contains hidden or 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
| <header class="bar-title"> | |
| <h1 class="title">Title</h1> | |
| </header> |
This file contains hidden or 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
| <header class="bar-title"> | |
| <a class="button" href="#"> | |
| Left | |
| </a> | |
| <h1 class="title">Title</h1> | |
| <a class="button" href="#"> | |
| Right | |
| </a> | |
| </header> |
This file contains hidden or 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
| <header class="bar-title"> | |
| <a class="button" href="#"> | |
| Left | |
| </a> | |
| <ul class="segmented-controller"> | |
| <li class="active">One</li> | |
| <li>Two</li> | |
| <li>Three</li> | |
| </ul> | |
| <a class="button" href="#"> |
This file contains hidden or 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> |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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> |