项目作者: BlackToolBoxLaboratory

项目描述 :
Button / Button Group maker based on React.
高级语言: JavaScript
项目地址: git://github.com/BlackToolBoxLaboratory/react-button.git
创建时间: 2020-07-07T11:09:10Z
项目社区:https://github.com/BlackToolBoxLaboratory/react-button

开源协议:MIT License

下载


Blacktbox-react-button

Create button / butoon group with React.

Installation

Using with NPM:

  1. $ npm install --save @blacktoolbox/react-button
  2. // using ES6 modules
  3. import { Button, ButtonGroup } from '@blacktoolbox/react-button';
  4. // using CommonJS modules
  5. var Button = require('@blacktoolbox/react-button').Button;
  6. var ButtonGroup = require('@blacktoolbox/react-button').ButtonGroup;

Issue

Feel free to see around the codebase and share your experience with us. We will be grateful to be given advices.

Please file issue, if you have any issue or idea.

Homepage

You can see the document website on-line.