mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
412 B
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);