@temporg/ui-chip
v99.10.0
Published
A chip component
Readme
category: packages
ui-chip
A tag component.
Components
The ui-chip package contains the following:
Installation
yarn add @temporg/ui-chipUsage
---
example: false
---
import React from 'react'
import { Tag } from '@temporg/ui-chip'
const MyTag = () => {
return (
<Tag text="Hello world" />
)
}