A simple proof of concept using react-complex-tree to create a hierarchical tree component.
Try it here!
# Install dependencies
npm install
# Run development server
npm run dev- Interactive hierarchical tree
- Search functionality
- Context menu actions
- Drag and drop
- Custom styling
- React
- TypeScript
- react-complex-tree
- lucide-react (just for da icons)
src/App.tsx: Main componentsrc/data.ts: Sample datasrc/index.css: Styles
Built with react-complex-tree