# ouio

## 📦 Install

```bash
npm install ouio
```

```bash
yarn add ouio
```

## 🔨 Usage

```jsx
import { Button } from 'ouio';
ReactDOM.render(<Button type="primary" />, mountNode);
```