| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <section id="data" data-transition="slide">
- <header data-title="Data Attributes">
- <nav class="box">
- <a href="#back" data-router="section" data-label="Back"></a>
- </nav>
- </header>
- <article id="data-attributes" class="active list scroll indented">
- <ul>
- <li data-icon="user">
- <strong>data-icon</strong>
- <small>Creates an icon Lungo vectorized</small>
- </li>
- <li data-image="http://lungo.tapquo.com/resources/icon-144.png">
- <strong>data-image</strong>
- <small>Instance a <img> automatically</small>
- </li>
- <li>
- <strong>data-search</strong>
- <small>Creates a search input form</small>
- </li>
- <form data-search="Type your search..."></form>
- <li>
- <strong>data-progress</strong>
- <small>Creates a progress element</small>
- </li>
- <form data-progress="25%"></form>
- <li>
- <strong>data-loading</strong>
- <small>Creates a loading element</small>
- </li>
- <li data-loading="black"></li>
- <li class="anchor">Others</li>
- <li>
- <strong>data-title</strong>
- <small>Relationship field between <header> and <a></small>
- </li>
- <li>
- <strong>data-label</strong>
- <small>Creates label in a determinate nav element</small>
- </li>
- <li>
- <div class="right" data-count="23 units"></div>
- <strong>data-count</strong>
- <small>Creates counters in different <elements></small>
- </li>
- <li>
- <strong>data-back</strong>
- <small>Creates a button that returns to the previous section.</small>
- </li>
- </ul>
- </article>
- </section>
|