A settings sidebar navigation built from an accordion, with icon-labeled sections that expand to reveal grouped links.
import Pattern from "@/components/ui/settings-sidebar-accordion"; export default function Default() { return ( <div className="flex min-h-[420px] w-full items-center justify-center p-6"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.