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 79e4eaa394 Release 6.5.0
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2023-05-26 14:00:45 -04:00
..
src chore: Change name from SafeReactNode to StrictReactNode 2023-05-15 11:56:30 -04:00
.eslintrc.json chore: extract tooltip into package 2023-04-19 09:21:04 -04:00
.prettierrc chore: extract tooltip into package 2023-04-19 09:21:04 -04:00
.swcrc chore: extract tooltip into package 2023-04-19 09:21:04 -04:00
CHANGELOG.md Release 6.5.0 2023-05-26 14:00:45 -04:00
index.ts fix: lint:fix 2023-04-20 09:02:46 -04:00
jest.config.js chore: Fix unit tests by increasing coverage of tooltip to 100% 2023-04-19 15:01:02 -04:00
package.json Release 6.5.0 2023-05-26 14:00:45 -04:00
README.md chore: extract tooltip into package 2023-04-19 09:21:04 -04:00
tailwind.config.js fix: lint:fix 2023-04-20 09:02:46 -04:00
tsconfig.json chore: extract tooltip into package 2023-04-19 09:21:04 -04:00
webpack.config.js chore: extract tooltip into package 2023-04-19 09:21:04 -04:00

@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