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