
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@smui/icon-button
Advanced tools
Icon buttons are symbolic buttons or toggles.
npm install --save-dev @smui/icon-button
https://sveltematerialui.com/demo/icon-button
An icon button.
component
: href == null ? Button : A
- A component to use as the root element.use
: []
- An array of Svelte actions and/or arrays of an action and its options.class
: ''
- A CSS class string.ripple
: true
- Whether to implement a ripple for when the component is interacted with.color
: undefined
- A color passed to the ripple action.toggle
: false
- Whether the button is a toggle. A toggle button should have two Icon
children, one with the on
prop.pressed
: false
- Whether the toggle button is pressed.ariaLabelOn
: undefined
- The ARIA label to use when the toggle is on.ariaLabelOff
: undefined
- The ARIA label to use when the toggle is off.href
: undefined
- If the href
property is set, the button will use an anchor element, instead of a button element.action
: undefined
- Used in the context of a data table pagination or a dialog. This sets the button's action. ('first-page', 'prev-page', 'next-page', or 'last-page' for data table pagination, 'close' or any string for dialog)MDCIconButtonToggle:change
A graphic icon.
See the common icon readme.
See Icon Button in MDC-Web for information about the upstream library's architecture.
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
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.