An image editor toolbar with grouped transform, zoom, adjustment, and export actions using tooltips.
import { Pattern } from "@/components/ui/v-toolbar-3"; export default function Default() { return ( <div className="flex min-h-72 w-full items-center justify-center p-8"> <Pattern /> </div> ); }