1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/ui-components/tooltip
Iku-turso 79db1fed26 chore: Consolidate build scripts to the new shared script
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
..
src chore: Expand withTooltip unit tests 2023-04-20 09:01:21 -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
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 chore: Consolidate build scripts to the new shared script 2023-05-03 09:31:24 +03: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