1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/ui-components/README.md
Janne Savolainen 3e150adabc
Introduce empty package for reusable UI components
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-04-17 11:43:31 +03:00

431 B

@k8slens/ui-components

This package contains React UI components used in the Lens

Usage

$ npm install @k8slens/ui-components
import { uiComponentsFeature } from "@k8slens/ui-components";
import { registerFeature } from "@k8slens/feature-core";
import { createContainer } from "@ogre-tools/injectable";

const di = createContainer("some-container");

registerFeature(di, uiComponentsFeature);