1.0.15 • Published 3 years ago

kembo-ui-react v1.0.15

Weekly downloads
41
License
MIT
Repository
github
Last release
3 years ago

Kembo UI

Kembo is dependency biased admin UI component library in React.

Usage

Install the dependency:

npm install kembo-ui-react

Install required peer dependencies if not already in your project:

npm install react react-dom react-router-dom

Import the CSS file somewhere high up in your component hierarchy:

import "kembo-ui-react/dist/styles.css"

Import components at will:

import { Button } from "kembo-ui-react"

Documentation

https://kembo-ui-react.netlify.app

Development

Create a new component guide:

sh new-component.sh

Remember to export the component in the category folders index.js file.

Run the storybook while you develop:

npm start

Collaboration

Pull requests are welcome.