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
UI Kit for DooPage project
Install
npm install --save @doopage/react-ui-kit
or
yarn add @doopage/react-ui-kitDocumentation
Usage
import React from 'react'
import { Button } from '@doopage/react-ui-kit'
const MyComponent = () => <Button color={'warning'}>Button</Button>;
export default MyComponent;License
MIT © huynhhuyhiep