'Spinny Loader' is a lightweight React library for animated loading components. It offers smooth, customizable loaders to enhance user experience while content is loading.
npm install spinny-loaderspinny-loader is a React component library for adding beautiful and customizable loading animations to your application. This package provides multiple loaders that are easy to use and highly configurable.
To install the package, use npm:
``bash`
npm install spinny-loader
`js
import { PulseSphere,SimpleLoader, WavyBars, WavyPulses} from 'spinny-loader'
function App() {
return (
<>
>
)
}
export default App
`
`js `
This components takes other loading components as children and align the loading component to the center of the page aslo it blurs the background by default to enhance the overall view of the page.
Recomended to use while loading the Dashboard, Login and Signup.
`js``
This project is licensed under the ISC License.
For any questions or feedback, please feel free to contact me at [kumaraayush.user@gmail.com].