1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/ui-components/tooltip
Gabriel 7aaabc9526 ui-components/tooltip
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-04-12 13:43:06 +02:00
..
src ui-components/tooltip 2023-04-12 13:43:06 +02:00
.eslintrc.json ui-components/tooltip 2023-04-12 13:43:06 +02:00
.prettierrc ui-components/tooltip 2023-04-12 13:43:06 +02:00
index.ts ui-components/tooltip 2023-04-12 13:43:06 +02:00
jest.config.js ui-components/tooltip 2023-04-12 13:43:06 +02:00
package.json ui-components/tooltip 2023-04-12 13:43:06 +02:00
README.md ui-components/tooltip 2023-04-12 13:43:06 +02:00
tsconfig.json ui-components/tooltip 2023-04-12 13:43:06 +02:00
webpack.config.js ui-components/tooltip 2023-04-12 13:43:06 +02:00

@k8slens/tooltip

This package contains stuff related to creating Lens-applications.

Usage

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

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

registerFeature(di, tooltipFeature);

Extendability