@withvoid/melting-pot
Version:
A react utility library
41 lines (29 loc) • 967 B
Markdown
## 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="">
<a href="https://packagephobia.now.sh/result?p=@withvoid/melting-pot@latest">
<img src="https://packagephobia.now.sh/badge?p=@withvoid/melting-pot@latest" alt="">
</a>
</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>