Right-click context menu for rich-text formatting with bold, italic and underline checkbox toggles plus a text-alignment submenu.
import Pattern from "@/components/ui/v-context-menu-12"; export default function Default() { return ( <div className="flex min-h-72 w-full items-center justify-center p-8"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.