99.10.0 • Published 4 years ago

@temporg/ui-chip v99.10.0

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

category: packages

ui-chip

npm  build-status  MIT License  Code of Conduct

A tag component.

Components

The ui-chip package contains the following:

Installation

yarn add @temporg/ui-chip

Usage

---
example: false
---
import React from 'react'
import { Tag } from '@temporg/ui-chip'

const MyTag = () => {
  return (
    <Tag text="Hello world" />
  )
}