0.1.2 • Published 5 years ago

react-svg-loading v0.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

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

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago