Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@zendeskgarden/css-buttons
Advanced tools
This package contains basic .c-btn
component styling.
npm install @zendeskgarden/css-buttons
Once installed, button CSS can be accessed via postcss-import
.
@import '@zendeskgarden/css-buttons';
Button CSS is intended to enhance the following HTML.
<button class="c-btn">CLICK ME</button>
If you are unable to use a native HTML <button>
, be sure to add
the appropriate role
attribute.
<a class="c-btn" href="#" role="button">LINK BUTTON</a>
Also note that the element must be able to receive focus and can be
activated using either the enter
or space
keys. Conversely, a
disabled button should not be able to receive focus.
<a class="c-btn is-disabled" href="#" role="button" tabindex="-1">DISABLED LINK BUTTON</a>
See http://zendeskgarden.github.io/css-components/buttons/ for various button modification classes.
See the <Button> component for intended keyboard & blur-on-mouseup behavior.
FAQs
Garden component CSS
The npm package @zendeskgarden/css-buttons receives a total of 303 weekly downloads. As such, @zendeskgarden/css-buttons popularity was classified as not popular.
We found that @zendeskgarden/css-buttons 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.