You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.6 KiB

  1. ---
  2. layout : 'default'
  3. css : 'flag-page'
  4. element : 'flag'
  5. elementType : 'element'
  6. title : 'Flag'
  7. description : 'A flag is is used to represent a political state'
  8. status : 'Undocumented'
  9. type : 'UI Element'
  10. ---
  11. <link rel="stylesheet/less" type="text/css" href="/build/less/definitions/elements/flag.less" />
  12. <%- @partial('header') %>
  13. <div class="main container">
  14. <h2 class="ui dividing header">Current Progress</h2>
  15. <div class="ui indicating progress">
  16. <div class="bar" style="width: 90%;">
  17. <div class="progress">90%</div>
  18. </div>
  19. <div class="label">Needs Documentation</div>
  20. </div>
  21. <h2 class="ui dividing header">Usage</h2>
  22. <div class="no example">
  23. <p>Flag sprites are useful for designating political states for everything from sports matches to localization dropdowns. Just be sure not to use them to represent languages or you might get a visit from the UX police.</p>
  24. <p>Semantic UI's flag sprite is based on <a href="http://www.famfamfam.com/lab/icons/flags/" target="_blank">Fam Fam Fam's</a> image sprite</p>
  25. </div>
  26. <h2 class="ui dividing header">Development Progress</h2>
  27. <div class="no example">
  28. <p>This is an undocumented component, but is <b>near complete</b>.</p>
  29. <p>You can help support the future development of the Semantic UI project, and help boost the priority of this component by donating to Semantic UI development.</p>
  30. <p>Please be sure to leave a note in the comments to indicate that you are interested in the development of this particular component.</p>
  31. </div>
  32. </div>