npm.io
0.9.10 • Published 7 years ago

@easyguide/icon

Licence
MIT
Version
0.9.10
Deps
1
Size
11 kB
Vulns
1
Weekly
0

@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