
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@workday/canvas-kit-css-card
Advanced tools
A card is a flexible and extensible content container that includes options for positioning. The card content includes classes for heading and body.
yarn add @workday/canvas-kit-css
or
yarn add @workday/canvas-kit-css-card
Add your node_modules directory to your SASS includePaths. You will then be able to import
index.scss.
@import '~@workday/canvas-kit-css-card/index.scss';
Card sizes follow the 12 column grid system. To adjust sizes append the size modifier to the
.wdc-card-{size} class. For the tablet breakpoint, columns double if less than 50% or round up to
100% if greater than 50%. On mobile all card sizes increase to 100%.
<div class="wdc-card-container">
<div class="wdc-card-4">
<h3 class="wdc-card-heading">
Card Header
</h3>
<div class="wdc-card-body">
.wdc-card-4
</div>
</div>
<div class="wdc-card-4">
<h3 class="wdc-card-heading">
Card Header
</h3>
<div class="wdc-card-body">
.wdc-card-4
</div>
</div>
<div class="wdc-card-4">
<h3 class="wdc-card-heading">
Card Header
</h3>
<div class="wdc-card-body">
.wdc-card-4
</div>
</div>
</div>
Card padding may be removed by add the .wdc-card-no-padding modifier.
<div class="wdc-card-container">
<div class="wdc-card-6 wdc-card-no-padding">
<h3 class="wdc-card-heading">
Card Header
</h3>
<div class="wdc-card-body">
.wdc-card-6.wdc-card-no-padding
</div>
</div>
<div class="wdc-card-6">
<h3 class="wdc-card-heading">
Card Header
</h3>
<div class="wdc-card-body">
.wdc-card-6
</div>
</div>
</div>
Card positioning can be changed by adding a modifier to the container class,
.wdc-card-container-{position}. Positioning options are: start, end, center, between,
around. These modifiers apply flex positioning to the cards.
<div class="wdc-card-container wdc-card-container-space-around">
<div class="wdc-card-2">
<h3 class="wdc-card-heading">
Card Header
</h3>
<div class="wdc-card-body">
.wdc-card-container .wdc-card-container-space-around
</div>
</div>
</div>
Depth 2 is the default. You can use the depth classes in @workday/canvas-kit-css-core to set a custom depth for your card.
HTML
<div class="wdc-card-container">
<div class="wdc-card wdc-depth-3">
<h3 class="wdc-card-heading">Card Header</h3>
<div class="wdc-card-body">.wdc-depth-3</div>
</div>
<div class="wdc-card-3 wdc-depth-4">
<h3 class="wdc-card-heading">Card Header</h3>
<div class="wdc-card-body">.wdc-depth-4</div>
</div>
</div>
FAQs
Card CSS for canvas-kit-css
The npm package @workday/canvas-kit-css-card receives a total of 2,239 weekly downloads. As such, @workday/canvas-kit-css-card popularity was classified as popular.
We found that @workday/canvas-kit-css-card demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.

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

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.