A pre-composed toggle group with outlined, connected buttons for bold, italic and underline text-formatting controls.
import ToggleGroupOutline from "@/components/ui/v-toggle-group-3"; export default function Default() { return ( <div className="flex min-h-[200px] w-full items-center justify-center p-6"> <ToggleGroupOutline /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.