Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@nib-styles/v2-buttons
Advanced tools
nib styled buttons.
npm install --save @nib-styles/v2-buttons
Note: Requires Opens Sans
and Roboto
fonts from Google Fonts:
<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Open+Sans:700|Roboto:700' />
@import "@nib-styles/v2-buttons";
.feature {
&__call-to-action{
@include button('primary', $icon: 'person', $size: 'large')
}
}
<button class="feature__call-to-action">
Add a dependant
</button>
@import "@nib-styles/v2-buttons/compiled";
<button class="v2-button v2-button--primary v2-button--large v2-button--icon-on-right">
Add a dependant <i class="v2-icon v2-icon--person v2-icon--smallest v2-icon--offset-descenders"></i>
</button>
See the pattern library or example/example.html a complete list of classes.
@include button($type, $color, $icon: false, $size: null);
$type
Required. May be primary
, secondary
or tertiary
.
$color
Required. Dependent on $type
.
null
. (Default yellow)green
, dark-grey
, or light-grey
.green
, grey
or white
.$icon
Optional. If false
no icon is displayed. If true
the chevron-circle-inverse
icon is displayed. May be the name of a v2-icon
e.g. person
, gear
, dollar-circle
.
$size
Optional. May be medium
or large
.
v2-icons
FAQs
nib styled buttons.
The npm package @nib-styles/v2-buttons receives a total of 0 weekly downloads. As such, @nib-styles/v2-buttons popularity was classified as not popular.
We found that @nib-styles/v2-buttons demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 27 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.