Customizable, data-driven tables with modern layouts and flexible cells.
- Flexible cell types: text, number, boolean, rating, progress, tags, links
- Dual layouts: traditional table view or responsive card list
- Reusable components: extend IntelliCell to create new data types
- Built-in utilities: type safety, validation, and mock data for fast prototyping
- Responsive design: custom hooks for scrolling and media queries
- Scoped styling: modular CSS for predictable, maintainable UI
# Clone the repo
git clone https://github.com/andrewvallejo/intellitable.git
cd intellitable
# Install dependencies
pnpm install
# Run the dev server
pnpm dev