Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Sidebar

Use the Sidebar component to display information that is not part of the main content. The usage of sidebars varies and depends on the choices of yours.

Props

Prop Type Description
children node Use to render the components inside Sidebar

Examples

<Sidebar>
  <SidebarItem href="/grid">
    Grid System
  </SidebarItem>
</Sidebar>