0.0.5 β€’ Published 5 years ago

volantis-icon v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Volantis Icon ✨

✨ Bring you customization SVG icons as react component by Volantis

πŸ”Œ powered by:


⚜️ Guide

  • πŸ”— Style guide / docs: LINK
  • πŸ”— Node Package Manager: LINK
  • βš“ Install npm/yarn
$ npm i volantis-icon
$ yarn add volantis-icon
  • βš“ Example use
import ReactDOM from 'react-dom'
import { UsersIcon } from 'volantis-icon'

ReactDOM.render(
  <UsersIcon
    isHover
    width="32px"
    height="32px"
    color="pink"
    hoverColor="violet"
  />,
  mountNode
)

πŸ“ Scripts

πŸ”₯ Development πŸ”₯

🀜🏾 Install deps and start developing

$ yarn
$ yarn start

🀜🏾 with hot reload

$ yarn dev

✨Production ✨

🀜🏾 build lib

$ yarn build

🀜🏾 build lib + watch (build automatically when file changes)

$ yarn build:watch

🀜🏾 release to npm (unnecessary to run build script)

$ yarn prerelease
$ yarn release

🀜🏾 deploy styleguide to github page

$ yarn predeploy
$ yarn deploy

πŸ‰ Maintainers

πŸ‘£ Contributors

  • πŸ€ͺ Faizal Ramanda
  • ... (contrib please, to attach your name here 🀣)

🎨 UI/UX Designer

  • πŸ‘§ Afi

Credits

  • For all authors of the svg icon, we thanks to you.

Β©2019 Volantis Technology

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago