Getting Started
Welcome to the @purekit-ui/react
library! This guide will help you integrate PureKit UI components in just a few minutes.
Quick Start
Install PureKit UI & CLI
Add PureKit UI, Tailwind plugin, and CLI to your project using your preferred package manager
Initialize PureKit UI
Run the init command to generate tailwind.config.mjs
and update your globals.css
automatically.
Configure Tailwind CSS
Update your Tailwind config to include PureKit UI components
Configure Globals CSS
Update your global CSS file to include PureKit UI styles
Generate a Component
Use the CLI to scaffold a component example
Start Building
Import and use components in your React application
Why PureKit UI?
Lightning Fast
Optimized for performance with tree-shaking and minimal bundle size.
TypeScript First
Built with TypeScript for better developer experience and type safety.
Fully Customizable
Easily customize components with CSS variables and Tailwind CSS.
Developer Friendly
Clean APIs, comprehensive documentation, and excellent IDE support.