New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-pure-css-loaders

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-pure-css-loaders

react components wrapper of pure css loaders

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

react-pure-css-loaders

Build Status

Coverage Status

react components wrapper of pure css loaders

--example

import { Ellipsis, Ring, DualRing } from 'react-pure-css-loaders'

import '../node_modules/react-pure-css-loaders/dist/style.css'

function App() {
  return (
    <div className="App">
      <Ellipsis />
      <Ring  />
      <DualRing  />
    </div>
  );
}



-- example change color

import { Ellipsis, Ring, DualRing } from 'react-pure-css-loaders'

import '../node_modules/react-pure-css-loaders/dist/style.css'

function App() {
  return (
    <div className="App">
      <Ellipsis color={'white'} />
      <Ring  color={'white'}/>
      <DualRing  color={'white'}/>
    </div>
  );
}

Keywords

react

FAQs

Package last updated on 06 Jan 2020

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