A minimalist tree, elegantly growing with each click.
npx shadcn@latest add https://21st.dev/r/xubohuah/simple-growth-tree
Loading preview...
import { SimpleTree } from "@/components/ui/simple-growth-tree"; export default function DemoOne() { return <SimpleTree />; }