Sidebar

On this page you will find a few Sidebar examples ported from shadcn-ui.

Note

In order to see the full(Desktop) view, please click on the External View button ( ) at the top of the style.

A simple sidebar with navigation grouped by section.

External View

A sidebar with collapsible sections.

External View

A sidebar with submenus.

External View

A floating sidebar with submenus.

External View

A sidebar with collapsible submenus.

External View

A sidebar with submenus as dropdowns.

External View

A sidebar that collapses to icons.

External View

An inset sidebar with secondary navigation.

External View

Collapsible nested sidebars.

External View

A sidebar in a popover.

External View

A sidebar with a collapsible file tree.

This example requires you to create a recursive component to render the tree structure.

You can see this example here to see what the recursive component looks like.

External View

A sidebar with a calendar.

External View

A sidebar in a dialog.

External View

A sidebar on the right.

External View