Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kouprlabs/koupr-ui

🧩 Design System & React Components
https://github.com/kouprlabs/koupr-ui

components design-system react ui

Last synced: about 2 months ago
JSON representation

🧩 Design System & React Components

Awesome Lists containing this project

README

        

# Koupr UI

Design System and React Components.

## Installation

```shell
npm i @koupr/ui
```

Koupr UI is meant to work on top of Chakra UI: https://v2.chakra-ui.com/getting-started

## Usage

```tsx
import { theme } from '@koupr/ui'
import { createRoot } from 'react-dom/client'
import App from './App'

createRoot(document.getElementById('root') as HTMLElement).render(


,
)
```

## Releases

- Versions with _odd_ minor numbers like: `1.11` and `2.3` are LTS releases.
- Versions with _even_ minor numbers like: `1.10` and `2.2` are not meant to be relied upon in the long term.

## Development

Build:

```shell
npm run build
```

Watch:

```shell
npm run watch
```

## Licensing

Koupr UI is released under the [MIT License](LICENSE).