A dropdown menu of file actions — rename, duplicate, move, download and a destructive delete — with keyboard shortcut hints.
import Particle from "@/components/ui/v-menu-12"; export default function Default() { return ( <div className="flex min-h-72 w-full items-center justify-center p-10"> <Particle /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.