This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
🎉 Demo Link 🎉
- Individual components
- Loader added
- Customize your Loader with changing Color, Background Color, Width and Height
- No external libraries
Property | Type | Required | Description |
---|---|---|---|
loading | Boolean | Required | To Show/Hide the loader based on the propery |
height | Number | Required | Height of the loader. Default value is 10 |
width | Number | Required | Width of the loader. Default value is 10 |
color | String | Required | Color of the loader. Default value is #ff0000 |
background | String | Required | Background Color of the loader. Default value is #ffffff |