uif
uif copied to clipboard
Integration Platform to build UI and Web Services
Add package `@kl/components.graph` and it's shared storybook.
UIF has several scenarios: - Cross package updates, i.e. dependencies and versioning - Auto-publish on merging to `main` branch - Tests, linting Now UIF uses obsolete Lerna version and it...
Fix: added translate for filter name in column dropdown in table by adding prop localisationName in filters. Fixed storybook build by removing bad imports from storybook files.
Аttempt to solve the #69

Let's collect Uses list like so: https://wesbos.com/uses
**Condition:** ``` "@kaspersky/components": "6.42.1", ``` **Reproductions steps:** 1) Create react app `yarn create react-app my-app --template typescript` 2) Add Kaspersky components deps, (yarn) `"@kaspersky/components": "6.42.1",` 3) Create component with Notification...