Package Exports
- @doopage/react-ui-kit
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@doopage/react-ui-kit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@doopage/react-ui-kit
Base component for DooPage project
Base on Material UI
Installation
With npm
npm install --save @doopage/react-ui-kitOr with yarn
yarn add @doopage/react-ui-kitInstalling dependencies
npm install @material-ui/core @material-ui/lab
or
yarn add @material-ui/core @material-ui/lab Documentation
Usage
import {Button} from '@doopage/react-ui-kit'
const MyComponent = () => <Button color={'warning'}>Button</Button>;
export default MyComponent;License
MIT © huynhhuyhiep