A vertically oriented toggle group with outline variant for text formatting controls like bold, italic and underline.
import Particle from "@/components/ui/v-toggle-group-4"; export default function Default() { return ( <div className="flex min-h-[300px] w-full items-center justify-center"> <Particle /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.