A dropdown menu triggered by a Share button, with a copy-link item and a nested Export submenu for choosing formats like PDF, PNG, SVG, or CSV.
import Particle from "@/components/ui/v-menu-15"; export default function Default() { return ( <div className="flex min-h-64 w-full items-center justify-center p-8"> <Particle /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.