1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/ui-components/tooltip
Sebastian Malton 6528ce5215 Release 6.5.0-alpha.8
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-04-20 09:44:57 -04:00
..
src
.eslintrc.json
.prettierrc
.swcrc
index.ts
jest.config.js
package.json
README.md
tailwind.config.js
tsconfig.json
webpack.config.js

@k8slens/tooltip

This package contains stuff related to creating Lens-applications.

Usage

$ npm install @k8slens/tooltip
import { Tooltip, TooltipPosition } from "@k8slens/tooltip";
import { withTooltip } from "@k8slens/tooltip";

import type { TooltipProps } from "@k8slens/tooltip";
import type { TooltipDecoratorProps } from "@k8slens/tooltip";

Extendability