react-svg-loading
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

Dependencies (0)

    Dev Dependencies (24)

    Package Sidebar

    Install

    npm i react-svg-loading

    Weekly Downloads

    7

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    83.2 kB

    Total Files

    17

    Last publish

    Collaborators

    • paolostyle