Tags

A component that allows users to categorize content, display active filters, provide keywords, and/or allow for additional context.

Component checklist

Status

The status of the component

Ready for use!

Repository

A link to the repo where the component lives.

gux-tag

Properties

Property Attribute Description Type Default
accent accent "1" | "10" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "default" | "inherit" 'default'
disabled disabled boolean false
removable removable boolean false

Events

Event Description Type
guxdelete CustomEvent<string>

Slots

Slot Description
content

Dependencies

Depends on

Graph


                                                
                                                graph TD;
                                                  gux-tag --> gux-tooltip-title
                                                  gux-tag --> gux-icon
                                                  gux-tooltip-title --> gux-tooltip
                                                  style gux-tag fill:#f9f,stroke:#333,stroke-width:4px

Built with StencilJS