@doopage/react-ui-kit
v0.2.34
Published
UI-kit for DooPage project
Downloads
102
Maintainers
Readme
@doopage/react-ui-kit
Base component for DooPage projectBase on Material UI
Installation
With npm
npm install --save @doopage/react-ui-kit
Or with yarn
yarn add @doopage/react-ui-kit
Installing dependencies
npm install @material-ui/core @material-ui/lab @material-ui/icons date-fns moment
or
yarn add @material-ui/core @material-ui/lab @material-ui/icons date-fns moment
Documentation
Usage
import {Button} from '@doopage/react-ui-kit'
const MyComponent = () => <Button color={'warning'}>Button</Button>;
export default MyComponent;
License
MIT © huynhhuyhiep