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.

45 lines
1.7 KiB

  1. ---
  2. layout : 'default'
  3. css : ''
  4. element : 'search'
  5. elementType : 'module'
  6. title : 'Search'
  7. description : 'A search module allows a user to query for results from a selection of data'
  8. type : 'UI Module'
  9. status : 'Undocumented'
  10. ---
  11. <%- @partial('header', { tabs: { overview: 'Overview' } }) %>
  12. <div class="main container">
  13. <div class="ui active tab" data-tab="overview">
  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. <h4 class="ui header">Autocomplete Results</h4>
  24. <p>Search allows you to query either remote endpoints, with the <b>API behavior</b> or local javascript objects for search results which are then presented in-place below the search prompt.</p>
  25. <p>Semantic's search component can group displayed results by category, or as a simple list, and has built in keyboard support and custom error message routing, as well as support for navigating to full text results from within the autocomplete menu.</p>
  26. </div>
  27. <h2 class="ui dividing header">Support Development</h2>
  28. <div class="no example">
  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>
  33. </div>