JSPM

  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q73982F
  • License MIT

UI-kit for DooPage project

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

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

Documentation

Homepage

Usage

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

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

export default MyComponent;

License

MIT © huynhhuyhiep