1.0.3 • Published 3 years ago

react-clip-loader v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-clip-loader

React js clip loader component

NPM JavaScript Style Guide

Install

npm install --save react-clip-loader

Usage

import React, { Component } from 'react'

import { Loader } from 'react-clip-loader'
import 'react-clip-loader/dist/index.css'

class Example extends Component {
  render() {
    return <Loader small={false} />
  }
}

Options

AttributesDescriptiontypeDefaults
smallSize of the loaderbooleanfalse
colorColor of the active part of loaderstring'#2d4059'
secondaryColorColor of the remaining part of the loaderstring'#e5e5e5'

Demo

You can find demo here

License

MIT © oreste-abizera

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago