uif icon indicating copy to clipboard operation
uif copied to clipboard

Replace CSS-in-JS + Conthext API theming with vanilla CSS

Open vostrik opened this issue 1 year ago • 0 comments

Currently @kaspersky/components uses styled-components and Provider to switch between light and dark theme.

It would be the same quality and more perfomant to use css-only solution like so:

  1. design tokens defined as css-variables;
  2. theme switching by data attribute and cascade.

vostrik avatar Apr 11 '24 18:04 vostrik