Skip to content

Skycons as React components

License

Notifications You must be signed in to change notification settings

dwaynebradley/react-skycons

 
 

Repository files navigation

skycons as React components

Build Status npm version npm downloads

See Demo here

Installation

Install via npm

$ yarn add react-skycons

Quick Example

import React from 'react'
import Skycons, { SkyconsType } from 'react-skycons'

function Demo() {
  const svgProps = {
    style: { backgroundColor: 'blue' },
  }

  return (
    <Skycons
      color="white"
      type={SkyconsType.CLEAR_DAY}
      animate={true}
      size={24}
      resizeClear={true}
      {...svgProps}
    />
  )
}

Build

yarn run build

Author

Fong Kuanghuei(waneblade@gmail.com)

License

MIT

About

Skycons as React components

http://roadmanfong.github.io/react-skycons/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 87.2%
  • JavaScript 12.8%