Sidebar
page.tsx
import Sidebar from '@/components/Sidebar';

Properties

className
string

Custom CSS classes to apply to the sidebar container.

showLogo
boolean
default: "true"

Whether to display the logo at the top of the sidebar.

Usage

example.tsx
<Sidebar showLogo={true} />

Remember to choose navigation items and icons that align with your application’s features and user expectations. The “Coming Soon” items can be used strategically to build anticipation for upcoming features.

Tips

When customizing the Sidebar component:

  • Keep navigation item names concise and clear
  • Use icons that intuitively represent each section
  • Order items by importance or frequency of use
  • Use the “Coming Soon” feature to generate interest in upcoming features

If you need basic components like buttons, inputs, and more, they are available with Shadcn UI.