npm.io
2.8.18 • Published 2 weeks ago

@kyndryl-design-system/shidoka-foundation

Licence
MIT
Version
2.8.18
Deps
0
Size
3.0 MB
Vulns
0
Weekly
0
Stars
3

Shidoka Foundation

Release

Contributing to this project

Read the Contributing Guide here.

Using this library in another project

Install the package

npm install @kyndryl-design-system/shidoka-foundation -S

Import the root stylesheet to your app's global styles

The method used (SCSS @use, CSS @import, JS import, or <style> tag) will vary based on your framework/bundler. Some examples:

SCSS
@use '@kyndryl-design-system/shidoka-foundation/scss/root.scss';
CSS
@import '@kyndryl-design-system/shidoka-foundation/css/root.css';
JS
import '@kyndryl-design-system/shidoka-foundation/css/root.css';
Set a color scheme

More info on color schemes in the Foundation Storybook.

Use CSS tokens/variables

You can make use of tokens/variables included in Foundation to style your non-Shidoka elements.