uixio
v1.1.0
Published
π Modern React 19 component library with TypeScript, Vite, and OXC linter. Lightweight, tree-shakable, and ready for production.
Maintainers
Readme
uixio
A modern, lightweight React component library built with React 19, TypeScript, and Vite.
π Features
- React 19: Built with the latest React features and performance improvements
- TypeScript: Full TypeScript support with strict type checking
- Vite: Fast build tooling and development experience
- OXC Linter: Modern, fast linting with oxc
- ESM & CJS: Dual module format support for maximum compatibility
- Tree-shakable: Only import what you need
- Zero dependencies: Minimal bundle size impact
π¦ Installation
npm install uixiopnpm add uixioyarn add uixioπ― Usage
import { Button } from 'uixio';
function App() {
return (
<Button variant="primary" onClick={() => console.log('Clicked!')}>
Hello uixio!
</Button>
);
}π License
This project is licensed under the MIT License - see the LICENSE file for details.
π Documentation
For detailed component documentation and examples, please visit our documentation site (coming soon).
π Issues
If you find a bug or have a feature request, please open an issue.
