A dropdown menu with grouped switch toggles for managing notification channel and activity settings.
import Particle from "@/components/ui/v-menu-10"; export default function Default() { return ( <div className="flex min-h-[320px] w-full items-center justify-center p-8"> <Particle /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.