circle-preloader

1.0.3 • Public • Published

circle-preloader

NPM JavaScript Style Guide

Install

npm install --save circle-preloader

Usage

import React, { Component } from 'react'
 
import {Preloader} from 'circle-preloader'
 
class Example extends Component {
  render () {
    return (
      <Preloader />
    )
  }
}

Properties (props)

Properties => visible backgroundColor opacity shadowColor outerColor innerColor
type bool string string string string string
Default true rgb(0, 0, 0) 1 #2187e7 rgb(0, 183, 229) rgb(0, 183, 229)

License

MIT © Nima Afzal Ahangaran

/circle-preloader/

    Package Sidebar

    Install

    npm i circle-preloader

    Weekly Downloads

    6

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    23.9 kB

    Total Files

    6

    Last publish

    Collaborators

    • nimvb