A self-contained, production-ready React component library built with TypeScript, CSS Modules, and a focus on accessibility and flexibility.
- Built with React + TypeScript
- Theme-ready with CSS variables
- Styled using CSS Modules
- Accessible-first components
- Tested with Jest and React Testing Library
- Fully typed, tree-shakeable, and ready for consumption in any React project
pnpm add @react-lab-mono/ui
# or whichever package managers you use
import { Button } from '@react-lab-mono/ui';
export function App() {
return <Button>Click me</Button>;
}
This package is part of a larger monorepo called react-lab-mono.