## gooey_collections
### Here you will get some loader, button, radio button, price slider UI


### Install

Install using `npm i gooey_collections`

### Loader 

In a React app, use the Loader components:  
`import { Loader, Horizontal_loader, Collapse_loader } from 'gooey_collections'`

[Demo](https://codesandbox.io/s/gooey-loaders-edtgd?file=/src/App.js)

### Bubble button 

In a React app, use the Bubble button components:  
`import { Bubble_button } from 'gooey_collections'`

[Demo](https://stackblitz.com/edit/bubble-button?file=src/App.js)

### Radio button 

In a React app, use the radio button components:  
`import { Radio_button } from 'gooey_collections'`

[Demo](https://stackblitz.com/edit/gooey-radio-button?file=src/App.js)

### Amount Slider 

In a React app, use the Amount Slider components:  
`import { Amount Slider } from 'gooey_collections'`

[Demo](https://stackblitz.com/edit/amounts-slider?file=src/App.js)