@easyguide/icon

0.9.10 • Public • Published

@easyguide/icon

Icon

NPM JavaScript Style Guide

Install

npm install --save @easyguide/icon

Usage

import React, {Component} from 'react'
import Icon from '@easyguide/icon'

class Example extends Component {
  render() {
    return (
      <div>
        <Icon name="star-with-medal" width={50} height={50} />
      </div>
    )
  }
}

Specific icon

import React, {Component} from 'react'
import {StarWithMedal} from '@easyguide/icon'

class Example extends Component {
  render() {
    return (
      <div>
        <StarWithMedal />
      </div>
    )
  }
}

License

MIT © iamtchelo

/@easyguide/icon/

    Package Sidebar

    Install

    npm i @easyguide/icon

    Weekly Downloads

    15

    Version

    0.9.10

    License

    MIT

    Unpacked Size

    11.6 kB

    Total Files

    9

    Last publish

    Collaborators

    • celso-henrique
    • wellyal
    • guilhermegregio
    • rafaellucio
    • iamtchelo
    • danicastilho