Zur Navigation Zum Inhalt Kontakt Menu Find component Overview Lyne Principles Foundation Accessibility Design System Guidelines Deutsch Français Italiano English Our design principles User-centred Recognisable Inclusive Reduced Holistic Self-explanatory Task-oriented Appropriate SBB Brand portal Logo Digital clock Rights of use Base colors Functional colors Off brand colors Icons Timetable icons Pictograms About accessibility Über diesen Guide Contact Further information Product Owner User Research Interaction Design Visual Design Development Content Design Testing What is a design system? Designing Coding FAQ Help Process Contribution Contact Overview Base Components Overview Base Components Overview Base Components Overview Design Tokens Components Overview Base Informationen Sense & Purpose Community Assets Instructions Power-Apps Digital banner ads SAP Design Guidelines App Icons
Find component

Lyne

Basics Animation

Animation

Border

Border

Grid

Grid

Spacings

Spacings

Typography

Typography

Components Action-Group

Action-Group

Alert

Alert

Alert-Group

Alert-Group

Autocomplete

Autocomplete

Button

Button

Calendar

Calendar

Card

Card

Card-Badge

Card-Badge

Checkbox

Checkbox

Checkbox-Group

Checkbox-Group

Chip

Chip

Clock

Clock

Datepicker

Datepicker

Dialog

Dialog

Divider

Divider

Footer

Footer

Form-Error

Form-Error

Form-Field

Form-Field

Header

Header

Header-Action

Header-Action

Icon

Icon

Image

Image

Journey-Header

Journey-Header

Link

Link

Link-List

Link-List

Logo

Logo

Menu

Menu

Menu-Action

Menu-Action

Radio-Button

Radio-Button

Radio-Button-Group

Radio-Button-Group

Selection-Panel

Selection-Panel

Signet

Signet

Slider

Slider

Tab-Group

Tab-Group

Tab Title

Tab Title

Tag

Tag

Tag-Group

Tag-Group

Teaser

Teaser

Teaser-Hero

Teaser-Hero

Time-Input

Time-Input

Title

Title

Toggle

Toggle

Toggle-Check

Toggle-Check

Tooltip

Tooltip

Tooltip-Trigger

Tooltip-Trigger

Tag Implementation

The sbb-tag is a component that can be used as a filter in order to categorize a large amount of information.
It's intended to be used inside an <sbb-tag-group>.

It is possible to provide a label via an unnamed slot; the component can optionally display a <sbb-icon>
at the component start using the iconName property or via custom content using the icon slot.
It's also possible to display a numeric amount at the component's end using the amount slot.

Consumers can listen to the native change and input events on the <sbb-tag>.
The current state can be read from event.target.checked, while the value from event.target.value.
It's recommended to check the parent's <sbb-tag-group> for the value.

Usage

Checked:

<sbb-tag checked value="All" amount="123">All</sbb-tag>

Unchecked disabled with icon:

<sbb-tag disabled value="All" icon-name="circle-information-small">All</sbb-tag>

Unchecked required with custom icon and amount:

<sbb-tag value="All">
<sbb-icon slot="icon" name="pie-small" />
All
<span slot="amount">123</span>
</sbb-tag>

Accessibility

The component imitates an <button> element to provide an accessible experience.
The state is reflected via aria-pressed attribute.

Properties

Property Attribute Description Type Default
amount amount Amount displayed inside the tag. string undefined
checked checked Whether the toggle is checked. boolean false
disabled disabled Whether the tag is disabled. boolean false
form form The
element to associate the button with.
string undefined
iconName icon-name The icon name we want to use, choose from the small icon variants from the ui-icons category from https://icons.app.sbb.ch (optional). string undefined
name name The name attribute to use for the button. string undefined
value value Value of the tag. string undefined

Events

Event Description Type
change Change event emitter CustomEvent<any>
didChange [DEPRECATED] only used for React. Will probably be removed once React 19 is available.

CustomEvent<any>
input Input event emitter CustomEvent<any>
state-change Internal event that emits whenever the state of the tag in relation to the parent toggle changes. CustomEvent<TagStateChangeChecked | TagStateChangeValue>

Slots

Slot Description
"amount" Provide an amount to show it at the component end.
"icon" Use this slot to display an icon at the component start, by providing a sbb-icon component.
"unnamed" This slot will show the provided tag label.

Dependencies

Depends on

Graph

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

Demo
label999
No Yes
No Yes
White Milk Iron Charcoal Black
More examples on Storybook
Imprint Contact Cookie settings