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

react-svg-loading

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-svg-loading

Dependency-free loading React components based on loading.io library

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

react-svg-loading

Dependency-free loading React components based on loading.io library

NPM

About

Heavily WIP - for now only one usable component. Proper usage and props will be explained once all components are ready, for now you can check the typings for instructions.

Experimental API and subject to change, should not be used in production (or if anything, please freeze the version).

Install

npm install --save react-svg-loading
yarn add react-svg-loading

Usage

import React, { Component } from 'react'
import { FillImageLoading } from 'react-svg-loading'

class Example extends Component {
  render () {
    return (
      <FillImageLoading value={12} />
    )
  }
}

License

MIT © paolostyle

FAQs

Package last updated on 02 Dec 2018

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