Created
January 31, 2012 04:17
-
-
Save Iheartweb/1708768 to your computer and use it in GitHub Desktop.
Getting Started with Lu: Write HTML
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 data-lu="Carousel"> | |
| <ol> | |
| <li class="lu-selected">One</li> | |
| <li>Two</li> | |
| <li>Three</li> | |
| <li>Four</li> | |
| </ol> | |
| <button data-lu="Button:Previous">Previous</button> | |
| <button data-lu="Button:Next">Next</button> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment