2.10.4 • Published 10 months ago
@maggioli-design-system/mds-chip v2.10.4
mds-chip
This is a web-component from Maggioli Design System Magma, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScirpt framework you are using.
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
clickable | clickable | Adds ARIA support to the element if has interaction | boolean \| undefined | undefined |
deletable | deletable | Shows the cross icon to perform cancel/delete action on element | boolean \| undefined | undefined |
deleteLabel | delete-label | Sets the cross icon accessibility label to perform cancel/delete action on element | "Rimuovi" \| undefined | 'Rimuovi' |
disabled | disabled | Sets the component disabled status | boolean \| undefined | false |
icon | icon | The icon displayed to the left of the component's label | string \| undefined | undefined |
label (required) | label | The label displayed to the right of the component's icon | string | undefined |
selected | selected | Sets the component selected | boolean | false |
Events
Event | Description | Type |
---|---|---|
mdsChipClickLabel | Emits when the component's label is clicked | CustomEvent<MdsChipEvent> |
mdsChipDelete | Emits when the component's delete button is clicked | CustomEvent<MdsChipEvent> |
Dependencies
Depends on
Graph
graph TD;
mds-chip --> mds-icon
mds-chip --> mds-text
mds-chip --> mds-button
mds-button --> mds-spinner
mds-button --> mds-icon
mds-button --> mds-text
style mds-chip fill:#f9f,stroke:#333,stroke-width:4px
Built with love @ Gruppo Maggioli from R&D Department
2.10.4
10 months ago
2.10.2
10 months ago
2.10.3
10 months ago
2.10.1
10 months ago
2.10.0
10 months ago
2.9.7
1 year ago
2.9.6
1 year ago
2.9.5
1 year ago
2.9.4
1 year ago
2.9.3
1 year ago
2.9.2
1 year ago
2.9.1
1 year ago
2.9.0
1 year ago
2.7.0
1 year ago
2.6.0
1 year ago
2.5.4
2 years ago
2.5.3
2 years ago
2.5.2
2 years ago
2.2.1
2 years ago
2.2.0
2 years ago
2.5.0
2 years ago
2.4.0
2 years ago
2.2.2
2 years ago
2.5.1
2 years ago
2.1.2
2 years ago
2.1.1
2 years ago
2.1.0
2 years ago
1.4.0
2 years ago
2.0.0
2 years ago
1.2.0
2 years ago
1.1.0
2 years ago
1.0.1
3 years ago