Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trendmicro-frontend/react-loader
Trend Micro Components: React Loader
https://github.com/trendmicro-frontend/react-loader
Last synced: 27 days ago
JSON representation
Trend Micro Components: React Loader
- Host: GitHub
- URL: https://github.com/trendmicro-frontend/react-loader
- Owner: trendmicro-frontend
- License: mit
- Created: 2017-02-09T08:30:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T14:03:20.000Z (about 1 year ago)
- Last Synced: 2024-11-07T13:08:28.722Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://trendmicro-frontend.github.io/react-loader
- Size: 465 KB
- Stars: 2
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - react-loader - React Loader component ([demo](https://trendmicro-frontend.github.io/react-loader/)). (Trend Micro / React Components)
- awesome_frontend_development_resources - react-loader - React Loader component ([demo](https://trendmicro-frontend.github.io/react-loader/)). (Trend Micro / React Components)
- awesome_frontend_development_resources - react-loader - React Loader component ([demo](https://trendmicro-frontend.github.io/react-loader/)). (Trend Micro / React Components)
README
# react-loader [![build status](https://travis-ci.org/trendmicro-frontend/react-loader.svg?branch=master)](https://travis-ci.org/trendmicro-frontend/react-loader) [![Coverage Status](https://coveralls.io/repos/github/trendmicro-frontend/react-loader/badge.svg?branch=master)](https://coveralls.io/github/trendmicro-frontend/react-loader?branch=master)
[![NPM](https://nodei.co/npm/@trendmicro/react-loader.png?downloads=true&stars=true)](https://nodei.co/npm/@trendmicro/react-loader/)
React Loader
Demo: https://trendmicro-frontend.github.io/react-loader
## Installation
1. Install the latest version of [react](https://github.com/facebook/react) and [react-loader](https://github.com/trendmicro-frontend/react-loader):
```
npm install --save react @trendmicro/react-loader
```2. At this point you can import `@trendmicro/react-loader` and its styles in your application as follows:
```js
import Loader from '@trendmicro/react-loader';// Be sure to include styles at some point, probably during your bootstraping
import '@trendmicro/react-loader/dist/react-loader.css';
```## Usage
```js
GitHub
```
### Loader Sizes
```js
```
### Loader with button
```js
Uploading
Uploading```
### Loader overlay
```js
```
## License
MIT