README
apeman-react-tag
apeman react package for tag components.
Installation
$ npm install apeman-react-tag --save
Demo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApTag, ApTagStyle} from 'apeman-react-tag'
const ExampleComponent = React.createClass({
render () {
return (
<div>
<ApTagStyle />
<div>
<ApTag>Foo</ApTag>
<ApTag>Bar</ApTag>
<ApTag>Baz</ApTag>
</div>
</div>
)
}
})
Components
ApTagStyle
Props
Name | Type | Default | Description |
---|
ApTag
Props
Name | Type | Default | Description |
---|
License
This software is released under the MIT License.