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.8 KiB

  1. ---
  2. layout : 'default'
  3. css : 'rail-page'
  4. element : 'rail'
  5. elementType : 'element'
  6. title : 'Rail'
  7. description : 'A rail is used to show accompanying content outside the borders of the main content of a site'
  8. status : 'Undocumented'
  9. type : 'UI Element'
  10. ---
  11. <link rel="stylesheet/less" type="text/css" href="/build/less/definitions/elements/rail.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>A rail provides a fixed-width, off-canvas content segment that that is only visible at large enough screen sizes to support their inclusion.</p>
  17. <p>Often rail content uses a section of content that sticks to the browser viewport, following the user as they scroll down the page. This will be available in a separate component <code>ui sticky</code>.</p>
  18. <p>Examples of sites that use off-canvas rails include <a href="http://www.huffingtonpost.com/2014/09/22/obama-inversions_n_5864686.html" target="_blank">Huffington Post</a>, <a href="http://www.rottentomatoes.com/m/the_drop/">Rotten Tomatoes</a>, <a href="http://www.buzzfeed.com/claudiakoerner/rutgers-student-killed-in-bear-attack-while-hiking#2skhsin" target="_blank">BuzzFeed</a>.</p>
  19. </div>
  20. <h2 class="ui dividing header">Development Progress</h2>
  21. <div class="no example">
  22. <p>This is an undocumented component, but is <b>near complete</b>.</p>
  23. <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>
  24. <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>
  25. </div>
  26. </div>