# dodui

> Design ui kit

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

## Install

```bash
npm install --save dodui
```

## Usage

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

import MyComponent from 'dodui'
import 'dodui/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}
```

## License

MIT © [polat-mustafa](https://github.com/polat-mustafa)
