Skip to main content

Install

Instal

npm install casual-ui-react react react-dom
TIP

react and react-dom need to be installed too

Usage

  • Import styles in client entry file
import 'casual-ui-react/style.css'
  • Use in jsx
import { CButton } from '@casual-ui/react'

const APP = () => <CButton label="A Button" />