
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@springernature/global-button
Advanced tools
Button styles to use on buttons and links.
To include global-button in your application, you need to choose ONE brand from those available. The DEFAULT brand is included in all other brands, and any settings that are not configured will fall back to default.
// Pick ONE of the brands below to include
@import '@springernature/global-button/scss/10-settings/default';
@import '@springernature/global-button/scss/10-settings/springer';
@import '@springernature/global-button/scss/10-settings/nature';
// Incude this with your other mixins
@import '@springernature/global-button/scss/30-mixins/button';
// Incude this with your other components
@import '@springernature/global-button/scss/50-components/button';
<button class="c-button">text</button>
<a class="c-button" href="#">text</a>
Add theme classes for different branding styles. If a theme does not exist for the brand you are using it will fallback to the default syle.
Primary
<button class="c-button c-button--primary">text</button>
Ghost
<button class="c-button c-button--ghost">text</button>
Disabled
<button class="c-button c-button--disabled" disabled>text</button>
Variant modifiers can be added to the default class, as well as to themes.
Small
<button class="c-button c-button--small">text</button>
Large
<button class="c-button c-button--large">text</button>
Full width
<button class="c-button c-button--full-width">text</button>
Icon left
<button class="c-button c-button--icon-left">
<svg></svg>
<span>text</span>
</button>
Icon right
<button class="c-button c-button--icon-right">
<span>text</span>
<svg></svg>
</button>
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
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.