0.9.10 • Published 5 years ago

@easyguide/icon v0.9.10

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

@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

0.9.10

5 years ago

0.9.1

5 years ago

0.8.2

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.2

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago