Components
Modern minimal sidebar component with icon-only navigation, hover tooltips, notification badges, and active state management. Built with TypeScript and Tailwind CSS, featuring smooth animations and a clean white aesthetic that integrates seamlessly into any application layout.
Loading preview...
import { MinimalIconSidebar } from "@/components/ui/sidebar";
export default function DemoOne() {
return <MinimalIconSidebar />;
}