Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 841 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 841 Bytes

image

Nardo Primitives

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

Features

  • UI Primitives for React
  • Provides structure, logic, and accessibility
  • Unstyled components to allow full customization
  • Lightweight and fast

Installation

npm install nardo-primitives

Usage

import { Button } from "nardo-primitives";

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

Components

  • N/A

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.