Create Loader component
Closed this issue · 0 comments
Ben-Tewfik commented
Task Title
Create Loader Component
Task Description
Summary:
Implement a reusable loader component using the React Spinners library to enhance the user experience during loading or asynchronous operations.
Details:
Create a new React component named Loader that incorporates the GridLoader from the React Spinners library.
The loader component should be centered on the screen, ensuring a pleasant visual experience.
Allow customization of the loader size and color through props.