reablocks
Installation
SKILL.md
Reablocks
Reablocks is a React UI component library with 50+ components built on Tailwind CSS and Framer Motion. It provides a comprehensive theming system, accessible components, and consistent design patterns.
Installation
npm install reablocks
ThemeProvider Setup
Every app using reablocks must be wrapped in a ThemeProvider:
import { ThemeProvider, theme } from 'reablocks';