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

@maggioli-design-system/mds-button

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maggioli-design-system/mds-button

mds-button 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
6.8.1
Version published
Weekly downloads
181
-3.21%
Maintainers
3
Weekly downloads
 
Created
Source

mds-button

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
activeactiveSpecifies if the button is active or notbooleanundefined
autoFocusauto-focusSpecifies if the component is focused when is loaded on the viewportbooleanundefined
awaitawaitSpecifies if the button is awaiting for a responseboolean | undefinedundefined
disableddisabledSpecifies if the component is disabled or notboolean | undefinedundefined
hasTexthas-textbooleanundefined
hrefhrefSpecifies the URL target of the buttonstring | undefinedundefined
iconiconThe icon displayed in the buttonstring | undefinedundefined
iconPositionicon-positionSpecifies the horizontal position of the icon displayed in the button"left" | "right" | undefined'left'
sizesizeSpecifies the size for the button"lg" | "md" | "sm" | "xl"'md'
targettargetSpecifies the target of the URL, if self or blank"blank" | "self"'self'
tonetoneSpecifies the tone variant for the button"ghost" | "quiet" | "strong" | "weak" | undefined'strong'
truncatetruncateSpecifies if the text shoud be truncated or should behave as a normal text"all" | "none" | "word" | undefined'word'
typetypeThe type of the button element"a" | "button" | "reset" | "submit" | undefined'submit'
variantvariantSpecifies the color variant for the button"ai" | "apple" | "dark" | "error" | "google" | "info" | "light" | "primary" | "secondary" | "success" | "warning" | undefined'primary'

Slots

SlotDescription
"default"Add text string to this slot, avoid to add HTML elements or components here.
"notification"Add HTML elements or components, it is recommended to use mds-notification element.

Shadow Parts

PartDescription
"icon"The icon inside the component
"label"

CSS Custom Properties

NameDescription
--mds-button-await-durationSets the duration of the rotation of the spinner await component
--mds-button-backgroundSets the background-color of the component
--mds-button-border-colorSets the color of the border of the component (based on box-shadow declaration)
--mds-button-border-default-opacitySets the default opacity of the border color of the component (based on box-shadow declaration)
--mds-button-border-high-contrast-hover-widthSets the width of the border when the component is hovered and the contrast is high (based on box-shadow declaration)
--mds-button-border-high-contrast-widthSets the width of the border of the component and the contrast is high (based on box-shadow declaration)
--mds-button-border-hover-opacitySets the opacity of the border color when the component is hovered (based on box-shadow declaration)
--mds-button-border-opacitySets the border opacity of the component (based on box-shadow declaration)
--mds-button-border-tone-ghost-hover-widthSets the width of the border when the component is hovered when the tone is set to ghost (based on box-shadow declaration)
--mds-button-border-tone-strong-hover-widthSets the width of the border when the component is hovered when the tone is set to strong (based on box-shadow declaration)
--mds-button-border-tone-weak-hover-widthSets the width of the border when the component is hovered when the tone is set to weak (based on box-shadow declaration)
--mds-button-border-widthSets the border width of the component (based on box-shadow declaration)
--mds-button-colorSets the text color of the component
--mds-button-gapSets the distance betwen element inside the components, use it instead of setting gap property directly.
--mds-button-radiusSets the border-radius of the component

Dependencies

Used by

Depends on

Graph

graph TD;
  mds-button --> mds-spinner
  mds-button --> mds-icon
  mds-button --> mds-text
  mds-banner --> mds-button
  mds-breadcrumb --> mds-button
  mds-button-dropdown --> mds-button
  mds-calendar --> mds-button
  mds-calendar-cell --> mds-button
  mds-chip --> mds-button
  mds-file-preview --> mds-button
  mds-header-bar --> mds-button
  mds-horizontal-scroll --> mds-button
  mds-img --> mds-button
  mds-input --> mds-button
  mds-input-date --> mds-button
  mds-input-date-range --> mds-button
  mds-input-date-range-preselection --> mds-button
  mds-input-upload --> mds-button
  mds-keyboard --> mds-button
  mds-label --> mds-button
  mds-modal --> mds-button
  mds-note --> mds-button
  mds-policy-ai --> mds-button
  mds-pref-language-item --> mds-button
  mds-push-notification --> mds-button
  mds-push-notification-item --> mds-button
  mds-radial-menu --> mds-button
  mds-radial-menu-item --> mds-button
  mds-tab-item --> mds-button
  mds-table-header-cell --> mds-button
  mds-tree-item --> mds-button
  mds-url-view --> mds-button
  style mds-button fill:#f9f,stroke:#333,stroke-width:4px

Built with love @ Gruppo Maggioli from R&D Department

FAQs

Package last updated on 04 Jul 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