# gbi-components

[![NPM version](https://img.shields.io/npm/v/gbi-components.svg?style=flat)](https://npmjs.org/package/gbi-components)
[![NPM downloads](http://img.shields.io/npm/dm/gbi-components.svg?style=flat)](https://npmjs.org/package/gbi-components)

GBI组件库--基于dumi创建的react组件库

## Usage

TODO

## Options

TODO

## Development

```bash
# install dependencies
$ yarn install

# develop library by docs demo
$ yarn start

# build library source code
$ yarn run build

# build library source code in watch mode
$ yarn run build:watch

# build docs
$ yarn run docs:build

# Locally preview the production build.
$ yarn run docs:preview

# check your project for potential problems
$ yarn run doctor
```

## LICENSE

MIT
