Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@material/mwc-icon-button
Advanced tools
<mwc-icon-button>
IMPORTANT: The Material Web Components are a work in progress and subject to major changes until 1.0 release.
Icon buttons allow users to take actions, and make choices, with a single tap.
For the toggling version of this component, see <mwc-icon-button-toggle>
Material Design Guidelines: Button
npm install @material/mwc-icon-button
NOTE: The Material Web Components are distributed as ES2017 JavaScript Modules, and use the Custom Elements API. They are compatible with all modern browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional tooling step is required to resolve bare module specifiers, as well as transpilation and polyfills for IE11. See here for detailed instructions.
<mwc-icon-button icon="code"></mwc-icon-button>
<mwc-icon-button>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>
</mwc-icon-button>
<mwc-icon-button icon="code" disabled></mwc-icon-button>
mwc-icon-button {
color: tomato;
--mdc-icon-size: 50px;
}
Most users should include the following in their application HTML when using icons:
<link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet">
This loads the Material Icons font, which is required to render icons, and is not loaded automatically. If you see plain text instead of an icon, then the most likely cause is that the Material Icons font is not loaded.
To see all icons that are available in the Material Icons font, see Material Icons.
For technical details about the Material Icons font, see the Material Icons Developer Guide.
Name | Description |
---|---|
default | Optional <img> or <svg> to display instead of using an icon font |
Name | Type | Default | Description |
---|---|---|---|
icon | string | '' | Icon to display, and aria-label value when label is not defined. |
label | string | '' | Accessible label for the button, sets aria-label . |
disabled | boolean | false | Disabled buttons cannot be interacted with and have no visual interaction effect. |
None
None
Inherits CSS Custom properties from:
Name | Default | Description |
---|---|---|
--mdc-icon-button-size | 48px | Sets the size of the button wrapping the icon. |
This component exposes the following global theming custom properties.
Name | Description |
---|---|
--mdc-icon-font | Font that supports ligatures and determines which icons are available (see fonts above). |
--mdc-icon-size | Sets the size of the icon. |
--mdc-theme-text-disabled-on-light | Color of icon when disabled is true . |
FAQs
Material Design icon button web component
We found that @material/mwc-icon-button demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 open source maintainers collaborating on the project.
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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.