scorelab / Webiu

Building and maintaining a website is an essential task for any business or organization. This project aims to ease the workflow of getting a website up and running by developing a “generalized website builder”, with the help of the Gatsby Js Framework. The individuals would be able to utilize this generalized platform to plug-in required modules and configure the datasource as per requirements to build custom websites for their organizations.
MIT License
53 stars 129 forks source link

Create a reusable Spinner component #146

Closed gdsghost closed 3 years ago

gdsghost commented 3 years ago

Spinners can be used to show the loading state in a website. Currently, the generalized website builder does not have any reusable component for showing spinner. what should achieve is a reusable and customizable spinner component where animation, variant, and size could be updated and customized using props.

Grumpyyash commented 3 years ago

This has been implemented in one of the further PRs :)