
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@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 111 weekly downloads. As such, @workday/canvas-kit-css-card popularity was classified as not 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.