1.6.1 • Published 10 days ago

@kyndryl-design-system/shidoka-charts v1.6.1

Weekly downloads
-
License
-
Repository
github
Last release
10 days ago

Shidoka Web Components for Applications

shidoka-charts

Contributing to this project

Read the Contributing Guide here.

Using this library in another project

Install the package

npm install @kyndryl-design-system/shidoka-charts @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';

Start using components

See Storybook for the full components documentation.

Example

import '@kyndryl-design-system/shidoka-charts/components/chart';
<kd-chart></kd-chart>

React usage

React does not yet support automatic interop with Web Components. This means that React treats all props passed to Web Components as string attributes. It sounds like they are planning to release it eventually, and is now available behind an @experimental flag. Until you've upgraded to a version of React that has support, you will need to use a library like @lit/react to use these components in React.

Some options for React wrapper libraries:

  1. @lit/react
  2. reactify-wc
  3. wc-react

Server-Side Rendering (SSR)

When using with an SSR framework like Next.js, you will encounter errors with code that only runs client-side, like window references for example. This is because web components cannot render on the server. Here is an article that provides some methods to work around this: Using Non-SSR Friendly Components with Next.js and How to entirely disable server-side rendering in next.js v13?. Basically, they need their rendering deferred to only happen on the client-side.

Here is some additional information about why SSR does not work for web components, and some potential polyfills/solutions to enable server rendering: https://lit.dev/docs/ssr/overview/

1.6.1

10 days ago

1.6.0

15 days ago

1.6.0-beta.7

17 days ago

1.6.0-beta.4

20 days ago

1.6.0-beta.5

20 days ago

1.6.0-beta.6

20 days ago

1.6.0-beta.3

20 days ago

1.5.0

21 days ago

1.6.0-beta.1

21 days ago

1.6.0-beta.2

21 days ago

1.4.5

23 days ago

1.4.4

23 days ago

1.4.3

23 days ago

1.4.2

23 days ago

1.4.1

23 days ago

1.4.0

23 days ago

1.4.0-beta.1

25 days ago

1.3.0

29 days ago

1.2.2

1 month ago

1.2.1

1 month ago

1.2.0

1 month ago

1.1.8

1 month ago

1.1.7

2 months ago

1.1.6

3 months ago

1.1.5

3 months ago

1.1.4

4 months ago

1.1.3

4 months ago

1.1.2

5 months ago

1.1.1

5 months ago

1.1.0

5 months ago

1.0.0

6 months ago

1.0.0-beta.15

6 months ago

1.0.0-beta.14

7 months ago

1.0.0-beta.13

7 months ago

1.0.0-beta.12

7 months ago

1.0.0-beta.11

7 months ago

1.0.0-beta.10

7 months ago

1.0.0-beta.9

7 months ago

1.0.0-beta.8

7 months ago

1.0.0-beta.7

7 months ago

1.0.0-beta.6

7 months ago

1.0.0-beta.5

7 months ago

1.0.0-beta.4

7 months ago

1.0.0-beta.3

7 months ago

1.0.0-beta.2

7 months ago

1.0.0-beta.1

8 months ago