JSPM

@instructure/ui-tag

7.3.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2119
  • Score
    100M100P100Q139975F
  • License MIT

A tag component

Package Exports

  • @instructure/ui-tag

Readme


category: packages

ui-tag

npm  build-status  MIT License  Code of Conduct

A tag component.

Components

The ui-tag package contains the following:

Installation

yarn add @instructure/ui-tag

Usage

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

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