1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/business-features/dock
Iku-turso 7892d76b5d
feat: Introduce minimal dock tabs
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
2023-04-17 11:45:11 +03:00
..
src feat: Introduce minimal dock tabs 2023-04-17 11:45:11 +03:00
.eslintrc.json Introduce empty Feature package for the dock 2023-04-17 11:43:24 +03:00
.prettierrc Introduce empty Feature package for the dock 2023-04-17 11:43:24 +03:00
index.ts The new Dock 2023-04-17 11:43:38 +03:00
jest.config.js Copy old Dock 2023-04-17 11:43:27 +03:00
package.json feat: Introduce minimal dock tabs 2023-04-17 11:45:11 +03:00
README.md Introduce empty Feature package for the dock 2023-04-17 11:43:24 +03:00
styles.d.ts The new Dock 2023-04-17 11:43:38 +03:00
tsconfig.json Copy old Dock 2023-04-17 11:43:27 +03:00
webpack.config.js Copy old Dock 2023-04-17 11:43:27 +03:00

@k8slens/dock

This package contains stuff related to creating Lens-applications.

Usage

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

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

registerFeature(di, dockFeature);

Extendability