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
| ratchet/ | |
| ├── css/ | |
| │ ├── ratchet.css | |
| │ ├── ratchet.min.css | |
| │ ├── ratchet-plus.css | |
| │ ├── ratchet-plus.min.css | |
| │ ├── ratchet-theme-android.css | |
| │ ├── ratchet-theme-android.min.css | |
| │ ├── ratchet-theme-ios.css | |
| │ ├── ratchet-theme-ios.min.css |
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"> | |
| <img class="card-img-top" src="..." alt="Card image cap"> | |
| <div class="card-block"> | |
| <h4 class="card-title">Card title</h4> | |
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | |
| <a href="#" class="btn btn-primary">Button</a> | |
| </div> | |
| </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="card"> | |
| <img class="card-img-top" src="..." alt="Card image cap"> | |
| <div class="card-block"> | |
| <h4 class="card-title">Card title</h4> | |
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | |
| </div> | |
| <ul class="table-view table-view-flush"> | |
| <li class="table-view-cell">Item 1</li> | |
| <li class="table-view-cell table-view-cell">Item 2</li> | |
| <li class="table-view-divider">Divider</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
| <div class="card"> | |
| <img class="card-img-top" src="..." alt="Card image cap"> | |
| <div class="card-block"> | |
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | |
| </div> | |
| </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="card card-block"> | |
| <h4 class="card-title">Card title</h4> | |
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | |
| <a href="#" class="card-link">Card link</a> | |
| <a href="#" class="card-link">Another link</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
| <div class="card"> | |
| <div class="card-block"> | |
| <h4 class="card-title">Card title</h4> | |
| <h6 class="card-subtitle text-muted">Support card subtitle</h6> | |
| </div> | |
| <img src="..." alt="Card image"> | |
| <div class="card-block"> | |
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | |
| <a href="#" class="card-link">Card link</a> | |
| <a href="#" class="card-link">Another link</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
| <div class="card card-block" style="width: 18rem;"> | |
| <h3 class="card-title">Special title treatment</h3> | |
| <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> | |
| <a href="#" class="btn btn-primary">Go somewhere</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
| <div class="card card-block"> | |
| <h4 class="card-title">Special title treatment</h4> | |
| <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> | |
| <a href="#" class="btn btn-primary">Go somewhere</a> | |
| </div> | |
| <div class="card card-block text-xs-center"> | |
| <h4 class="card-title">Special title treatment</h4> | |
| <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> | |
| <a href="#" class="btn btn-primary">Go somewhere</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
| <div class="card"> | |
| <img class="card-img-top" src="..." alt="Card image cap"> | |
| <div class="card-block"> | |
| <h4 class="card-title">Card title</h4> | |
| <p class="card-text">This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> | |
| <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> | |
| </div> | |
| </div> | |
| <div class="card"> | |
| <div class="card-block"> |