Resizable
Displays a resizable component.
Installation
pnpm dlx shadcn@latest add https://nds.aboalrejal.com/r/resizable.jsonUsage
This component is generated automatically. To see advanced interactive demos, please refer to the original source code.
import { Resizable } from "@/components/ui/resizable"
export default function Example() {
return (
<Resizable>
Example
</Resizable>
)
}