@instructure/ui-tag
v10.10.0
Published
A tag component
Downloads
35,972
Maintainers
Keywords
Readme
category: packages
ui-tag
A tag component.
Components
The ui-tag
package contains the following:
Installation
npm install @instructure/ui-tag
Usage
---
type: code
---
import React from 'react'
import { Tag } from '@instructure/ui-tag'
const MyTag = () => {
return (
<Tag text="Hello world" />
)
}