![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@exmg/exmg-button
Advanced tools
Material button including loading (spinner) animation when loading attribute is set to element. This button extends the material @material/mwc-button.
<exmg-button>
Material button including loading (spinner) animation when loading attribute is set to element. This button extends the material @material/mwc-button.
npm install @exmg/exmg-button
<exmg-button disabled>This button is disabled</exmg-button>
<exmg-button outlined>This button is outlined</exmg-button>
<exmg-button dense>This button is dense</exmg-button>
<exmg-button unelevated>This button is unelevated</exmg-button>
<exmg-button loading>This button is in loading state</exmg-button>
<exmg-button progress="45">This button is showing progress</exmg-button>
Name | Description |
---|---|
default | Element to show within the button |
Name | Type | Default | Description |
---|---|---|---|
loading | boolean | false | Whether or not the button is in loading state |
progress | number | undefined | Whether or not the button displays progress |
unelevated | boolean | false | Creates a contained button that is flush with the surface. |
outlined | boolean | false | Creates an outlined button that is flush with the surface. |
dense | boolean | false | Makes the button text and container slightly smaller. |
disabled | boolean | false | Disabled buttons cannot be interacted with and have no visual interaction effect. |
fullwidth | boolean | false | When true, the button is expanded to fit the entire available space. |
icon | string | '' | Icon to display, and aria-label value when label is not defined. |
label | string | '' | Label to display for the button, and aria-label. |
None
None
Target | Variable | Value |
---|---|---|
Spinner Size | --exmg-spinner-size | 28px |
Spinner Color | --exmg-spinner-color | grey |
Spinner Stroke Width | --exmg-spinner-stroke-width | 3px |
Progress Color | --exmg-button-progress-color | #89c8ff |
Progress Direction | --exmg-button-progress-direction | rtl |
FAQs
Material button including loading (spinner) animation when loading attribute is set to element. This button extends the material @material/mwc-button.
We found that @exmg/exmg-button demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.