gooey_collections
Version:
Gooery collection will give button, loader, slider, radio button UI.
35 lines (20 loc) • 972 B
Markdown
Install using `npm i gooey_collections`
In a React app, use the Loader components:
`import { Loader, Horizontal_loader, Collapse_loader } from 'gooey_collections'`
[](https://codesandbox.io/s/gooey-loaders-edtgd?file=/src/App.js)
In a React app, use the Bubble button components:
`import { Bubble_button } from 'gooey_collections'`
[](https://stackblitz.com/edit/bubble-button?file=src/App.js)
In a React app, use the radio button components:
`import { Radio_button } from 'gooey_collections'`
[](https://stackblitz.com/edit/gooey-radio-button?file=src/App.js)
In a React app, use the Amount Slider components:
`import { Amount Slider } from 'gooey_collections'`
[](https://stackblitz.com/edit/amounts-slider?file=src/App.js)