0.2.0 • Published 4 years ago

@kisstar/rc-ui v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Rc-UI

UI component library built with React Hooks.

CircleCI Status FOSSA Status codecov NPM version

Install

# use npm
npm install @kisstar/rc-ui

# or use yarn
yarn add @kisstar/rc-ui

Usage

// introduce components on demand
import { Button } from '@kisstar/rc-ui';

const App = () => <Button type="primary">CLICK ME</Button>;

// and import style manually
import '@kisstar/rc-ui/dist/index.css';

Development scripts

# runs the app in the development mode
yarn start

# verify the code format and syntax in the project
yarn lint

# launches the test runner in the interactive watch mode
yarn test

# write a more friendly commit message
yarn commit

License

FOSSA Status