react-crud-codex
v1.0.1
Published
**Lightweight, beautiful, and fully-featured React CRUD components** powered by a custom hook and styled with **Tailwind CSS**.
Downloads
8
Maintainers
Readme
react-crud-codex
Lightweight, beautiful, and fully-featured React CRUD components powered by a custom hook and styled with Tailwind CSS.
Zero configuration needed — drop in <CrudManager /> and get a complete Create, Read, Update, Delete interface with cards, forms, loading states, and responsive design out of the box.
Features
- Beautiful card-based list with hover effects and actions
- Smart form with create/edit mode detection
- Full CRUD support (POST, PUT/PATCH fallback, DELETE)
- Loading & error states handled gracefully
- Fully responsive (mobile-friendly grid)
- Modern Tailwind CSS design — no extra styling needed
- Powerful
useCrudhook for custom implementations - Built with Vite — tree-shakable, small bundle size
Installation
npm install react-crud-codex