## Melting Pot

<p align="center">
  <img src="https://badgen.net/npm/v/@withvoid/melting-pot" alt="">
  <img src="https://badgen.net/badge/license/MIT/blue" alt="">
  <img src="https://badgen.net/npm/dt/@withvoid/melting-pot" alt="">
</p>

The `@withvoid/melting-pot` package contains utilities, helper methods - your typical daily use functions (mostly in hooks).

## Demo

[Melting-Pot Documentation](https://melting-pot.netlify.com)

## Getting Started

Install the package via npm or yarn:

```js
npm install @withvoid/melting-pot --save
```

Or if you prefer <b>yarn</b>

```js
yarn add @withvoid/melting-pot
```

Create your first application like so:

<div align="center">
  <img 
    alt="Melting-Pot code preview"
    src="static/images/preview.png"
    height="400px"
  />
</div>
