1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/react-application/README.md
Janne Savolainen 00b85fed0e
Rename feature for clarity
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-03-31 11:01:21 +03:00

412 B

@k8slens/react-application

Usage

$ npm install @k8slens/react-application
import { reactApplicationFeature } from "@k8slens/react-application";
import { registerFeature } from "@k8slens/feature-core";
import { createContainer } from "@ogre-tools/injectable";

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

registerFeature(di, reactApplicationRootFeature);

Extendability