Closable tags have a button that can be focused, it emits a close event when clicked or when delete key is pressed.
Closable
Colored closable tag label
Attached closable tag label
Colored attached closable tag label
Taglist
FirstSecondThirdFourthFifth
Use the attached prop to attach tags together.
npm0.2.1
API
Tag
Name
Description
Type
Values
Default
type
Type (color) of the icon
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
String
is-medium, is-large
—
rounded
Tag border rounded, optional
Boolean
—
false
closable
Add close/delete button to the tag, optional
Boolean
—
false
attached
Close/delete button style equal to attached tags, optional