A collapsible file tree explorer that shows nested folders and files with per-file hover actions like download and delete.
import { Pattern } from "@/components/ui/v-collapsible-7"; export default function Default() { return ( <div className="flex min-h-80 w-full items-center justify-center p-6"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.