kpyszkowski / Nardo-Primitives

Library of React primitive components
MIT License
0 stars 0 forks source link

image

Nardo Primitives

A collection of UI primitives for React, designed to provide structure, logic, and accessibility without imposing visual styles.

Features

Installation

npm install nardo-primitives

Usage

import { Button } from "nardo-primitives";

function App() {
  return <Button>Click me</Button>;
}

Components

Contributing

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.

License

Nardo Primitives is MIT licensed.