A customizable React 19 component library built with Vite, Tailwind CSS v4 and TypeScript.
npm install atomize-ui-reactReact component library styled with Tailwind.
``bash`
npm install atomize-ui-react
Peer deps (in your app):
`bash`
npm install react react-dom
`tsx
import 'atomize-ui-react/style.css';
import { Button, Input } from 'atomize-ui-react';
export function App() {
return (
Scripts
`bash
npm run dev # development server
npm run build # build the library
npm run preview # preview build output
npm run lint # run linter
`Notes
- Ships ESM/CJS and TypeScript types.
- CSS available via subpath:
atomize-ui-react/style.css`.