@doopage/react-ui-kit

UI-kit for DooPage project

Usage no npm install needed!

<script type="module">
  import doopageReactUiKit from 'https://cdn.skypack.dev/@doopage/react-ui-kit';
</script>

README

@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