1.0.1 • Published 3 years ago

simpledciui v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Requirements

react >= 16.0.0
react-dom >= 16.0.0


## Examples

  - [examples](http://47.107.242.20/en/index/)


## Installation

```bash
yarn add simpledciui

// or

npm install simpledciui

Usage

import { Button } from 'simpledciui'

<Button />

And import style manually:

import 'simpledciui/dist/theme.default.css' // or 'simpledciui/dist/theme.antd.css'