🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more
Socket
Book a DemoInstallSign in
Socket

@instructure/ui-tag

Package Overview
Dependencies
Maintainers
41
Versions
1526
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-tag

A tag component

Source
npmnpm
Version
11.0.2-snapshot-6
Version published
Weekly downloads
14K
-29.87%
Maintainers
41
Weekly downloads
 
Created
Source

ui-tag

npm MIT License Code of Conduct

A tag component.

Components

The ui-tag package contains the following:

  • Tag

Installation

npm install @instructure/ui-tag

Usage

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

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

FAQs

Package last updated on 31 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts