Components
An image editor toolbar with grouped transform, zoom, adjustment, and export actions using tooltips.
Loading preview...
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>
);
}