Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@maggioli-design-system/mds-chip

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maggioli-design-system/mds-chip

mds-chip is a web-component from Magma Design System, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScript framework you are using.

latest
npmnpm
Version
3.8.2
Version published
Maintainers
3
Created
Source

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 JavaScript 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
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
selectableselectableSets if the component change is status to selected when is clickedboolean | undefinedfalse
selectedselectedSets the component selectedboolean | undefinedundefined
tonetoneSets the color variant tone of the component"strong" | "weak" | undefined'strong'
variantvariantSets the color variant of the component"ai" | "amaranth" | "aqua" | "blue" | "dark" | "error" | "green" | "info" | "lime" | "orange" | "orchid" | "primary" | "secondary" | "sky" | "success" | "violet" | "warning" | "yellow" | undefined'primary'

Events

EventDescriptionType
mdsChipClickLabelEmits when the component's label is clickedCustomEvent<MdsChipEvent>
mdsChipDeleteEmits when the component's delete button is clickedCustomEvent<MdsChipEvent>
mdsChipSelectEmits when the component's label is clicked and when selectable attribute is set to trueCustomEvent<MdsChipEvent>

Methods

updateLang() => Promise<void>

Returns

Type: Promise<void>

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

Used by

  • mds-policy-ai

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
  mds-policy-ai --> mds-chip
  style mds-chip fill:#f9f,stroke:#333,stroke-width:4px

Built with love @ Gruppo Maggioli from R&D Department

FAQs

Package last updated on 19 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts