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

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

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

react reactcomponents ui

Last synced: 10 months 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 = () =>
```