3.0.1 • Published 9 years ago

apeman-react-tag v3.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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

NameTypeDefaultDescription

ApTag

Props

NameTypeDefaultDescription

License

This software is released under the MIT License.

Links

3.0.1

9 years ago

3.0.0

10 years ago

2.0.7

10 years ago

2.0.6

10 years ago

2.0.5

10 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago