Skip to content

huynhhuyhiep/doopage-react-ui-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@doopage/react-ui-kit

JavaScript Style Guide NPM Bundlephobia Bundlephobia

Base component for DooPage project
Base 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

Homepage

Usage

import {Button} from '@doopage/react-ui-kit'

const MyComponent = () => <Button color={'warning'}>Button</Button>;

export default MyComponent;

License

MIT © huynhhuyhiep