🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@codehat/react-loader

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codehat/react-loader

CSS Loader component for React

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@codehat/react-loader

CSS Loader component for React which includes 7 loaders. The CSS works were adapted from CodePen artists

NPM JavaScript Style Guide

## Install
npm install --save @codehat/react-loader

Usage

import React, { Component } from 'react'

import ReactLoader from '@codehat/react-loader'
import '@codehat/react-loader/dist/index.css'

class Example extends Component {
  render() {
    return <ReactLoader type='Wave' />
  }
}

Props

Using the type prop you can activate the following loaders.

  • Circles
  • BouncingBar
  • Wave
  • Dots
  • TwinCircles
  • SpinnerDots
  • Focus

License

MIT © manojap

FAQs

Package last updated on 03 Jul 2021

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