Organism
Resizable
A organism component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/resizableUsage
tsx
import { Resizable } from "@/components/ui/organisms/resizable.tsx";
export default function Example() {
return <Resizable />;
}