Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kouprlabs/koupr-ui
- Owner: kouprlabs
- License: mit
- Created: 2023-02-26T22:39:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T15:03:52.000Z (2 months ago)
- Last Synced: 2024-11-30T15:08:25.754Z (2 months ago)
- Topics: components, design-system, react, ui
- Language: TypeScript
- Homepage: https://ui.koupr.com
- Size: 992 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).