0.8.0 • Published 4 years ago

@temporg/ui-tag v0.8.0

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

category: packages

private: true

ui-tag

npm  build-status  MIT License  Code of Conduct

A tag component.

Components

The ui-tag package contains the following:

Installation

yarn add @temporg/ui-tag

Usage

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

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