@ied/tag

1.0.0-beta.2 • Public • Published

Tag

Install

yarn add @ied/tag

Use

Simple

import Tag from '@ied/tag'

<Tag label="Bookkeeping" />

With dot

import Tag from '@ied/tag'

<Tag label="Bookkeeping" withDot />

Types

type Props = {
  label: string,
  style?: {},
  onClick?: MouseEvent => void,
  className?: string,
  withDot?: boolean,
}

Readme

Keywords

none

Package Sidebar

Install

npm i @ied/tag

Weekly Downloads

0

Version

1.0.0-beta.2

License

MIT

Unpacked Size

20.9 kB

Total Files

5

Last publish

Collaborators

  • vibbou
  • lfalorni