A bordered accordion with rounded, spaced items and a nested accordion inside one of the panels for grouped sub-details.
import Pattern from "@/components/ui/v-accordion-8"; export default function Default() { return ( <div className="flex w-full items-center justify-center p-8"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.