Skip to content

Instantly share code, notes, and snippets.

@Iheartweb
Created January 31, 2012 04:17
Show Gist options
  • Select an option

  • Save Iheartweb/1708768 to your computer and use it in GitHub Desktop.

Select an option

Save Iheartweb/1708768 to your computer and use it in GitHub Desktop.
Getting Started with Lu: Write HTML
<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