
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
@workday/canvas-kit-css-banner
Advanced tools
Errors and Alerts notify users of missteps that happen within a workflow and describe how the user can take appropriate action to resolve them.
yarn add @workday/canvas-kit-css
or
yarn add @workday/canvas-kit-css-banner
Add your node_modules
directory to your SASS includePaths
. You will then be able to import
index.scss
.
You must have PostCSS support. Add the postcss-inline-svg plugin to properly process and inline icons. Process your SASS through PostCSS once it has been compiled to CSS.
@import '~@workday/canvas-kit-css-banner/index.scss';
Use by applying .wdc-banner
.
.wdc-banner-text
- Contains the alert/error text.
.wdc-banner-right
- Rightmost area containing a link.
<a class="wdc-banner" href="#">
<span class="wdc-banner-text">
12 Alerts
</span>
<span class="wdc-banner-link">
View All
</span>
</a>
.wdc-banner-error
Set the banner variant as
error
<a class="wdc-banner wdc-banner-error" href="#">
<span class="wdc-banner-text">
24 Errors and 12 Alerts
</span>
<span class="wdc-banner-link">
View All
</span>
</a>
.wdc-banner-sticky
Set the banner variant as
sticky
. Text will truncate with an ellipsis if longer than maximum width.
<a class="wdc-banner wdc-banner-sticky" href="#">
<span class="wdc-banner-text">
12 Alerts
</span>
<span class="wdc-banner-link">
View All
</span>
</a>
Responsive styles will modify both the full and minimized alert bars at smaller screen sizes. The full alert bar will have a fixed width while the minimized bar will only have the icon shown.
See canvas-kit-core for accessibility guidelines.
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
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.