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.
| Prop | Type | Description |
|---|---|---|
| children | node | Use to render the components inside Sidebar |
<Sidebar>
<SidebarItem href="/grid">
Grid System
</SidebarItem>
</Sidebar>