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

UI Kit for DooPage project

NPM JavaScript Style Guide

Install

npm install --save @doopage/react-ui-kit

or

yarn add @doopage/react-ui-kit

Documentation

Doc

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