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
| <ul class="table-view"> | |
| <li class="table-view-cell">Item 1 <span class="badge">4</span></li> | |
| <li class="table-view-cell">Item 2 <span class="badge">1</span></li> | |
| <li class="table-view-cell">Item 3 <span class="badge">5</span></li> | |
| </ul> |
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
| <ul class="table-view"> | |
| <li class="table-view-cell"> | |
| <a class="navigate-right"> | |
| <span class="badge">5</span> | |
| Item 1 | |
| </a> | |
| </li> | |
| <li class="table-view-cell"> | |
| <a class="navigate-right"> | |
| <span class="badge">5</span> |
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
| <ul class="table-view"> | |
| <li class="table-view-cell media"> | |
| <a class="navigate-right"> | |
| <img class="media-object pull-left" src="http://placehold.it/42x42"> | |
| <div class="media-body"> | |
| Item 1 | |
| <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore. Lorem ipsum dolor sit amet.</p> | |
| </div> | |
| </a> | |
| </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
| <ul class="table-view"> | |
| <li class="table-view-cell media"> | |
| <a class="navigate-right"> | |
| <span class="media-object pull-left icon icon-trash"></span> | |
| <div class="media-body"> | |
| Item 1 | |
| </div> | |
| </a> | |
| </li> | |
| <li class="table-view-cell media"> |
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
| <ul class="table-view"> | |
| <li class="table-view-cell"> | |
| Item 1 | |
| <div class="toggle"> | |
| <div class="toggle-handle"></div> | |
| </div> | |
| </li> | |
| <li class="table-view-cell"> | |
| Item 2 | |
| <div class="toggle active"> |
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
| 준비중 |
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
| 준비중 |
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="card"> | |
| <ul class="table-view"> | |
| <li class="table-view-cell">Item 1</li> | |
| <li class="table-view-cell">Item 2</li> | |
| <li class="table-view-cell table-view-divider">Divider</li> | |
| <li class="table-view-cell">Item 3</li> | |
| <li class="table-view-cell">Item 4</li> | |
| </ul> | |
| </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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Ratchet template page</title> | |
| <!-- Sets initial viewport load and disables zooming --> | |
| <meta name="viewport" content="initial-scale=1, maximum-scale=1"> | |
| <!-- Makes your prototype chrome-less once bookmarked to your phone's home screen --> |