
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@maggioli-design-system/mds-radial-menu
Advanced tools
mds-radial-menu 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.
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
angleEnd | angle-end | Specifies the ending angle of the menu | number | 360 |
angleStart | angle-start | Specifies the starting angle of the menu | number | 0 |
backdrop | backdrop | Specifies if the component has a backdrop background | boolean | undefined | false |
direction | direction | Specifies the direction of the menu elements | "clockwise" | "counterclockwise" | 'clockwise' |
disc | disc | Specifies if the menu has a disc beneath or not | boolean | undefined | undefined |
icon | icon | The icon displayed in the button | string | undefined | undefined |
interaction | interaction | Specifies how to open the menu | "click" | "rightclick" | 'click' |
opened | opened | Specifies if the menu is opened or not | boolean | undefined | undefined |
radius | radius | Specifies the radius of the menu | number | 5 |
size | size | Specifies the size for the button | "lg" | "md" | "sm" | "xl" | 'lg' |
tone | tone | Specifies the tone variant for the button | "ghost" | "quiet" | "strong" | "weak" | undefined | 'strong' |
variant | variant | Specifies the color variant for the button | "ai" | "apple" | "dark" | "error" | "google" | "info" | "light" | "primary" | "secondary" | "success" | "warning" | undefined | 'dark' |
Part | Description |
---|---|
"radial-menu" |
Name | Description |
---|---|
--mds-radial-menu-angle-end | Sets the end angle of the menu |
--mds-radial-menu-angle-start | Sets the start angle of the menu |
--mds-radial-menu-context-menu-z-index | Sets the z-index of the context menu with rightclick interaction |
--mds-radial-menu-delay | Sets the delay before the menu items start appearing |
--mds-radial-menu-direction | Sets the direction in which the menu items are positioned |
--mds-radial-menu-disc-background | Sets the background of the disc |
--mds-radial-menu-disc-filter | Sets the filter of the disc |
--mds-radial-menu-disc-shadow | Sets the shadow of the disc |
--mds-radial-menu-disc-size | Sets the size of the disc |
--mds-radial-menu-radius | Sets the radius of the menu |
--mds-radial-menu-transition-duration | Set the transition duration of the menu |
--mds-radial-menu-transition-timing-function | Set the transition timing function of the menu |
graph TD;
mds-radial-menu --> mds-button
mds-button --> mds-spinner
mds-button --> mds-icon
mds-button --> mds-text
style mds-radial-menu fill:#f9f,stroke:#333,stroke-width:4px
Built with love @ Gruppo Maggioli from R&D Department
FAQs
Did you know?
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.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.