# Switch

![size](https://img.shields.io/bundlephobia/min/@propellerads/switch.svg)
![](https://img.shields.io/npm/v/@propellerads/switch.svg?style=flat-square)

[NPM](https://www.npmjs.com/package/@propellerads/switch) |
[Github](https://github.com/propellerads/ui-components/tree/master/Components/Switch)

## Installation
* `yarn add @propellerads/switch` or `npm install @propellerads/switch -S`

### How to use
* `import CookieMessage from '@propellerads/switch';`
* And render `<Switch model onChange={() => {}}/>`
