3.0.1 • Published 9 years ago
apeman-react-tag v3.0.1
apeman-react-tag
apeman react package for tag components.
Installation
$ npm install apeman-react-tag --saveDemo
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.
