🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

kyndryl-design-system

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

kyndryl-design-system

This is a repository of sharable Kyndryl branded web-components.

1.0.0
unpublished
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Kyndryl Web Components semantic-release

This is a repository of sharable Kyndryl branded web-components.

Click here to view the Storybook documentation.

Requirements

  • nvm
  • node v16
  • npm v8

Setup

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

Run storybook

npm run storybook

Usage

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>

Contributing

New components may be contributed via pull request to the main component repository.

Approval requirements

  • Passing unit tests
  • Design review and approval
  • Developer peer review

Primary maintainer(s)

Build Sass Document

npm run build:sassdoc

Open Sass Document

npm run sassdoc

FAQs

Package last updated on 27 Apr 2022

Did you know?

Socket

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.

Install

Related posts