@igloo-ui/tag
TypeScript icon, indicating that this package has built-in type declarations

1.7.2 • Public • Published

Tag

The Tag component informs users of the status of an object or of an action that's been taken.

Installation

To install @igloo-ui/tag in your project, you will need to run the following command using npm:

npm install @igloo-ui/tag

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/tag

Usage

Then to use the component in your code just import it!

import Tag from '@igloo-ui/tag';
import LabelSolid from '@igloo-ui/icons/dist/LabelSolid';

<Tag icon={<LabelSolid size="small" />} appearance="success" dismissible>
  This is a tag
</Tag>;

Readme

Keywords

none

Package Sidebar

Install

npm i @igloo-ui/tag

Weekly Downloads

227

Version

1.7.2

License

Apache-2.0

Unpacked Size

92.8 kB

Total Files

10

Last publish

Collaborators

  • infra.admin
  • franckgaudin