data.html 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <article id="data" class="list scroll indented">
  2. <ul>
  3. <li data-icon="user">
  4. <strong>data-icon</strong>
  5. <small>Creates an icon Lungo vectorized</small>
  6. </li>
  7. <li data-image="http://cdn.tapquo.com/lungo/icon-144.png">
  8. <strong>data-image</strong>
  9. <small>Instance a &lt;img&gt; automatically</small>
  10. </li>
  11. <li>
  12. <strong>data-search</strong>
  13. <small>Creates a search input form</small>
  14. </li>
  15. <form data-search="Type your search..."></form>
  16. <li>
  17. <strong>data-progress</strong>
  18. <small>Creates a progress element</small>
  19. </li>
  20. <form data-progress="25%"></form>
  21. <li>
  22. <strong>data-loading</strong>
  23. <small>Creates a loading element</small>
  24. </li>
  25. <li data-loading="black"></li>
  26. <li class="anchor">Others</li>
  27. <li>
  28. <strong>data-title</strong>
  29. <small>Relationship field between &lt;header&gt; and &lt;a&gt;</small>
  30. </li>
  31. <li>
  32. <strong>data-label</strong>
  33. <small>Creates label in a determinate nav element</small>
  34. </li>
  35. <li>
  36. <div class="right" data-count="23 units"></div>
  37. <strong>data-count</strong>
  38. <small>Creates counters in different &lt;elements&gt;</small>
  39. </li>
  40. <li>
  41. <strong>data-back</strong>
  42. <small>Creates a button that returns to the previous section.</small>
  43. </li>
  44. </ul>
  45. </article>