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.

33 lines
1.3 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">What Can I Use This For?</h2>
  15. <div class="no example">
  16. <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>
  17. <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>
  18. </div>
  19. <h2 class="ui dividing header">Development Progress</h2>
  20. <div class="no example">
  21. <p>This is an undocumented component, but is <b>near complete</b>.</p>
  22. <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>
  23. <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>
  24. </div>
  25. </div>