
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
kyndryl-design-system
Advanced tools
This is a repository of sharable Kyndryl branded web-components.
This is a repository of sharable Kyndryl branded web-components.
Click here to view the Storybook documentation.
Install node v16 using nvm.
nvm install 16 --lts
nvm use 16
Clone the web component library and install.
git clone git@github.kyndryl.com:marketing/kyndryl-web-components.git
cd kyndryl-web-components
npm install
npm run storybook
Implementation of the web components is as simple as including the compiled package in the markup of the page and freely utilizing any of the custom web component tags within the body of the page.
<html>
<head>
<script src="//kyndryl-web-components.s3.us.cloud-object-storage.appdomain.cloud/kyndryl-web-components.bundle.js"></script>
<link href="//kyndryl-web-components.s3.us.cloud-object-storage.appdomain.cloud/kyndryl-web-components.css" rel="stylesheet">
</head>
<body>
<kyndryl-wrapper>
YOUR CONTENT HERE
<span slot="trustarc" id="teconsent"></span>
</kyndryl-wrapper>
</body>
</html>
New components may be contributed via pull request to the main component repository.
npm run build:sassdoc
npm run sassdoc
FAQs
This is a repository of sharable Kyndryl branded web-components.
The npm package kyndryl-design-system receives a total of 0 weekly downloads. As such, kyndryl-design-system popularity was classified as not popular.
We found that kyndryl-design-system demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.