Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

  • 0.6.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
222
decreased by-17.78%
Maintainers
2
Weekly downloads
 
Created
Source

react-loader build status Coverage Status

NPM

React Loader

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

Installation

  1. Install the latest version of react and react-loader:
npm install --save react @trendmicro/react-loader
  1. 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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc