Animated and responsive sidebar component with multiple categories section and mobile device support
import { Sidebar } from "@/components/ui/sidebar"; const DemoOne = () => { return ( <div> <Sidebar /> </div> ); }; export { DemoOne };
Part of HextaUI — browse the full library on 21st.dev.