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