apeman-react-icon
!Build Statusbdtravisshieldurlbdtravisurl !Code Climatebdcodeclimateshieldurlbdcodeclimateurl !Code Coveragebdcodeclimatecoverageshieldurlbdcodeclimateurl !npm Versionbdnpmshieldurlbdnpmurl !JS Standardbdstandardshieldurlbdstandardurl
apeman react package for icon components.
Installation
$ npm install apeman-react-icon --save
Demo
Live demodemourl is hosted on GitHub Pages.Usage
'use strict'
import React from 'react'
import {ApFaIcon} from 'apeman-react-icon'
const ExampleComponent = React.createClass({
render () {
return (
<div>
<ApFaIcon type='money'/>
</div>
)
}
})
Components
ApFaIcon
Props| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- | | type | string | null | | |
ApIconStyle
Props| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- | | style | object | {} | | |
ApIcon
Props| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- |
ApIonIcon
Props| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- | | type | string | null | | |