Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
The react version of casual ui
- Host: GitHub
- URL: https://github.com/casual-ui/react
- Owner: Casual-UI
- License: mit
- Created: 2022-10-20T08:25:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T11:50:20.000Z (over 1 year ago)
- Last Synced: 2023-08-28T14:57:56.368Z (over 1 year ago)
- Topics: react, reactcomponents, ui
- Language: MDX
- Homepage: https://react.casual-ui.site
- Size: 366 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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 = () =>
```