An open API service indexing awesome lists of open source software.

https://github.com/bangadam/react-loader-component

React Loader Component is a simple component that can be used to show a loading state for any component.
https://github.com/bangadam/react-loader-component

component react reactjs ui

Last synced: 3 months ago
JSON representation

React Loader Component is a simple component that can be used to show a loading state for any component.

Awesome Lists containing this project

README

        


React Loader Component

 

Demo

React Loader Component


Github top language

Github language count

Repository size

License

Github issues

Github forks

Github stars


About   |  
Features   |  
Technologies   |  
Requirements   |  
Starting   |  
License   |  
Author


## :dart: About

React Loader Component is a simple component that can be used to show a loading state for any component.

## :sparkles: Features

:heavy_check_mark: Loader Component;\

## :rocket: Technologies

The following tools were used in this project:

- [React](https://reactjs.org/)
- [Framer Motion](https://www.framer.com/motion/)

## :white_check_mark: Requirements

Before starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.

## :checkered_flag: Starting

```bash
# Clone this project
$ git clone https://github.com/bangadam/react-loader-component

# Access
$ cd react-loader-component

# Install dependencies
$ npm install framer-motion

# Run the project
$ npm start
```

## :memo: License

This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.

Made with :heart: by Muhammad Adam

 

Back to top