react-color-skycons
v0.1.0
Published
skycons-color
Downloads
14
Maintainers
Readme
react-color-skycons
color-skycons as React components
This is a fork of the awesome react-skycons from Fong Kuanghuei ([email protected]) implementing the color-skycons from Maxime Warnier.
Installation
Install via npm
$ yarn add react-color-skyconsQuick Example
import React from 'react'
import ColorSkycons, { ColorSkyconsType } from 'react-color-skycons'
function Demo() {
return (
<ColorSkycons
type={ColorSkyconsType.CLEAR_DAY}
animate={true}
size={24}
resizeClear={true}
{...svgProps}
/>
)
}Build
yarn run buildAuthor
Dwayne Bradley ([email protected])
License
MIT
