Created
January 31, 2012 23:25
-
-
Save Iheartweb/1713758 to your computer and use it in GitHub Desktop.
Lu Example: Simple Carousel
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
| <ol data-lu="Carousel"> | |
| <li class="one lu-selected">One</li> | |
| <li class="two">Two</li> | |
| <li class="three">Three</li> | |
| <li class="four">Four</li> | |
| <li class="five">Five</li> | |
| </ol> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment