1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/business-features/dock
Janne Savolainen 0944e4b8fd
chore: Update ogre-tools libraries
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-04-17 12:08:28 +03:00
..
src Feat: Introduce minimal content for dock tab 2023-04-17 12:05:25 +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 chore: Update ogre-tools libraries 2023-04-17 12:08:28 +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