import { Card } from '@/components/ui/card' import { Button } from '@/components/ui/button' import { Separator } from '@/components/ui/separator' import { Gear, SignOut, User, House, ChartBar, Folder, } from '@phosphor-icons/react' export function SidebarNavigationShowcase() { return (

Sidebar Navigation

Complete sidebar with nested navigation

Sidebar with navigation items and user actions

) }