2.0.1 • Published 8 years ago

fyndiq-icon-loader v2.0.1

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

fyndiq-icon-loader npm

Preview

A Loader icon for Fyndiq

Installation

The component can be installed through NPM:

npm i -S fyndiq-icon-loader

Usage

import React from 'react'
import Loader from 'fyndiq-icon-loader'

// Basic usage
<Loader />

// Change the size
<Loader size={50} />

// Change the colors
<Loader color1="black" color2="white" />

// Change the wave properties
<Loader waveAmplitude={40} waveLength={50} />

API

The icon Loader has the following customizable props:

NameTypeDescriptionDefault value
 sizeNumberSize of the logo 50
 classNameStringClass for advanced styling ''
 color1StringFirst color of the loaderred
 color2StringSecond color of the loader blue 
 waveLengthNumberWavelength of the wave 80
 waveAmplitudeNumberAmplitude of the wave 25
2.0.1

8 years ago

2.0.1-0

8 years ago

2.0.0

8 years ago

2.0.0-pre.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago