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