Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/casual-ui/react

The react version of casual ui
https://github.com/casual-ui/react

react reactcomponents ui

Last synced: about 1 month ago
JSON representation

The react version of casual ui

Awesome Lists containing this project

README

        

## Install

```sh
npm i @casual-ui/react
```

## Usage

* import style in your client entry
```js
import '@casual-ui/react/dist/style.css'
```
* use in jsx/tsx
```jsx
import { CButton } from '@casual-ui/react'

const App = () =>
```