Use the attached
prop to attach tags together.
Tag
Tag labels to insert anywhere
Closable tags have a button that can be focused, it emits a close
event when clicked or when delete key is pressed.
# Closable
# Tag list
Combine with field to group attached tags.
# Sizes
Two additional sizes.
# API
Tag
Name | Description | Type | Values | Default |
---|---|---|---|---|
type | Type (color) of the icon, optional | String | is-white , is-black , is-light ,
is-dark , is-primary , is-info , is-success ,
is-warning , is-danger ,
and any other colors you've set in the $colors list on Sass | — |
size | Size of the tab, optional | String | is-medium , is-large | — |
rounded | Tag border rounded | Boolean | — | false |
closable | Add close/delete button to the tag | Boolean | — | false |
attached | Close/delete button style equal to attached tags | Boolean | — | false |
ellipsis | Adds ellipsis to not overflow the text | Boolean | — | false |
tabstop | If should stop when using tab key | Boolean | — | true |
disabled | Disable delete button | Boolean | — | false |
aria-close-label | Accessibility label for the close button | String | — | - |
Taglist
Name | Description | Type | Values | Default |
---|---|---|---|---|
attached | Tabs inside are attached together | Boolean | — | false |
This page is open source. Noticed a typo or something's unclear?