@kisstar/rc-ui
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i @kisstar/rc-ui

Weekly Downloads

3

Version

0.2.0

License

MIT

Unpacked Size

152 kB

Total Files

31

Last publish

Collaborators

  • kisstar