2.9.6 • Published 21 days ago

@maggioli-design-system/mds-chip v2.9.6

Weekly downloads
-
License
MIT
Repository
-
Last release
21 days ago

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

PropertyAttributeDescriptionTypeDefault
clickableclickableAdds ARIA support to the element if has interactionboolean \| undefinedundefined
deletabledeletableShows the cross icon to perform cancel/delete action on elementboolean \| undefinedundefined
deleteLabeldelete-labelSets the cross icon accessibility label to perform cancel/delete action on element"Rimuovi" \| undefined'Rimuovi'
disableddisabledSets the component disabled statusboolean \| undefinedfalse
iconiconThe icon displayed to the left of the component's labelstring \| undefinedundefined
label (required)labelThe label displayed to the right of the component's iconstringundefined
selectedselectedSets the component selectedbooleanfalse

Events

EventDescriptionType
mdsChipClickLabelEmits when the component's label is clickedCustomEvent<MdsChipEvent>
mdsChipDeleteEmits when the component's delete button is clickedCustomEvent<MdsChipEvent>

CSS Custom Properties

NameDescription
--mds-chip-backgroud-selectedSets the background-color of the component when it's selected
--mds-chip-backgroundSets the background-color of the component
--mds-chip-colorSets the color of the component
--mds-chip-color-selectedSets the color of the component when it's selected
--mds-chip-icon-backgroundSets the background-color of the icon
--mds-chip-icon-background-selectedSets the background-color color of the icon when the component is selected
--mds-chip-icon-colorSets the fill color of the icon of the component
--mds-chip-icon-color-selectedSets the fill color of the icon of the component when it's selected
--mds-chip-opacity-disabledSets the opacity of the component when it's disabled

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.9.6

21 days ago

2.9.5

3 months ago

2.9.4

3 months ago

2.9.3

3 months ago

2.9.2

3 months ago

2.9.1

3 months ago

2.9.0

3 months ago

2.7.0

3 months ago

2.6.0

3 months ago

2.5.4

4 months ago

2.5.3

4 months ago

2.5.2

5 months ago

2.2.1

7 months ago

2.2.0

8 months ago

2.5.0

6 months ago

2.4.0

6 months ago

2.2.2

7 months ago

2.5.1

6 months ago

2.1.2

12 months ago

2.1.1

12 months ago

2.1.0

1 year ago

1.4.0

1 year ago

2.0.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago