A collection of UI primitives for React, designed to provide structure, logic, and accessibility without imposing visual styles.
- UI Primitives for React
- Provides structure, logic, and accessibility
- Unstyled components to allow full customization
- Lightweight and fast
npm install nardo-primitives
import { Button } from "nardo-primitives";
function App() {
return <Button>Click me</Button>;
}
- N/A
We welcome contributions to Nardo Primitives! If you find a bug or have an idea for a new feature, please open an issue. If you'd like to contribute code, please submit a pull request.
Nardo Primitives is MIT licensed.