apeman-react-tag

apeman react package for tag components.

Usage no npm install needed!

<script type="module">
  import apemanReactTag from 'https://cdn.skypack.dev/apeman-react-tag';
</script>

README

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