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

Dependencies (2)

Dev Dependencies (26)

Package Sidebar

Install

npm i apeman-react-tag

Weekly Downloads

2

Version

3.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi