Loading preview...
Here is Tree View component
@anubra266
npx shadcn@latest add https://21st.dev/r/anubra266/tree-view
import TreeViewBasic from "@/components/ui/tree-view"; export default function DemoOne() { return <TreeViewBasic />; }