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
Gabriel 34ca6509b8 chore: extract tokens
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-06-01 19:03:09 +02:00
..
src chore: extract tokens 2023-06-01 19:03:09 +02:00
.eslintrc.json Extract React Application as a Feature (#7441) 2023-03-31 11:57:20 +03:00
.prettierrc Extract React Application as a Feature (#7441) 2023-03-31 11:57:20 +03:00
CHANGELOG.md Release 6.5.0 2023-05-26 14:00:45 -04:00
index.ts chore: extract tokens 2023-06-01 19:03:09 +02:00
jest.config.js Extract React Application as a Feature (#7441) 2023-03-31 11:57:20 +03:00
package.json Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> 2023-06-01 11:09:58 +03:00
README.md Extract React Application as a Feature (#7441) 2023-03-31 11:57:20 +03:00
tsconfig.json Extract React Application as a Feature (#7441) 2023-03-31 11:57:20 +03:00
webpack.config.js Extract React Application as a Feature (#7441) 2023-03-31 11:57:20 +03:00

@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