# want

> Whale React UI library base on antd

[![NPM](https://img.shields.io/npm/v/want.svg)](https://www.npmjs.com/package/@whale-labs/want) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save @whale-labs/want
```

## Usage

```tsx
import React, { Component } from 'react'

import { Button } from 'want'
import 'want/dest/index.css'

class Example extends Component {
  render() {
    return (
      <Button type='default' style={{ margin: '100px' }}>
        Default
      </Button>
    )
  }
}
```

## License

MIT © [hicoldcat](https://github.com/hicoldcat)
