# Sidebar
We've created a custom Sidebar plugin that let's you dynamically specify it's content through
SidebarItem
components
# Basic example
# Collapsible menus
You can define sidebar menus with items inside simply by using a sidebar-item
inside another
sidebar-item
# Color variations
# Sidebar Props
# Sidebar Item Props
# Sidebar Slots
Slot | Description |
---|---|
default | Content before links |
links | Content for links |
# Sidebar item Slots
Slot | Description |
---|---|
default | Default content. Usually used to add sub menus |
title | Custom title content if you want a custom markup for the sidebar item |