uif icon indicating copy to clipboard operation
uif copied to clipboard

Integration Platform to build UI and Web Services

Results 17 uif issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement

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.

![image](https://github.com/user-attachments/assets/ac43d008-9408-4cf7-8e4a-2e5297967eac)

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...