Socket
Book a DemoInstallSign in
Socket

@trendmicro/react-loader

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trendmicro/react-loader

Trend Micro Components: React Loader

latest
Source
npmnpm
Version
0.6.1
Version published
Maintainers
2
Created
Source

react-loader build status Coverage Status

NPM

React Loader

Demo: https://trendmicro-frontend.github.io/react-loader

Installation

  • Install the latest version of react and react-loader:
npm install --save react @trendmicro/react-loader
  • At this point you can import @trendmicro/react-loader and its styles in your application as follows:
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

<Loader
    className="component"
>
    GitHub
</Loader>

Loader Sizes

<Loader size="lg" />
<Loader size="large" />
<Loader size="md" />
<Loader size="medium" />
<Loader size="sm" />
<Loader size="small" />

Loader with button

<Button disabled>
    <Loader size="small" />
    Uploading
</Button>
<Button btnStyle="primary" disabled>
    <Loader size="small" />
    Uploading
</Button>

Loader overlay

<Loader size="lg" overlay={true} />

License

MIT

Keywords

loader

FAQs

Package last updated on 06 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts