Text Align

Left / center / right / justify alignment buttons. Active state fills muted.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Toolbar4 } from "@/components/beste/piece/toolbar4";

<Toolbar4
  active="center"
/>