apeman-react-tag

3.0.1 • Public • Published

apeman-react-tag

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for tag components.

Installation

$ npm install apeman-react-tag --save

Demo

Live demo is hosted on GitHub Pages.

Demo Image

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.

Links

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.1
    2
    • latest

Version History

Package Sidebar

Install

npm i apeman-react-tag

Weekly Downloads

8

Version

3.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi