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 03228fa156 chore: bump versions to 1.0.0-alpha.4
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-04-24 23:27:29 +02:00
..
src chore: replace the tooltip package 2023-04-21 20:34:43 +02:00
.eslintrc.json chore: replace the tooltip package 2023-04-21 20:34:43 +02:00
.prettierrc chore: replace the tooltip package 2023-04-21 20:34:43 +02:00
.swcrc chore: replace the tooltip package 2023-04-21 20:34:43 +02:00
index.ts fix: lint:fix 2023-04-20 09:02:46 -04:00
jest.config.js chore: replace the tooltip package 2023-04-21 20:34:43 +02:00
package.json chore: bump versions to 1.0.0-alpha.4 2023-04-24 23:27:29 +02:00
README.md chore: replace the tooltip package 2023-04-21 20:34:43 +02:00
tailwind.config.js fix: lint:fix 2023-04-20 09:02:46 -04:00
tsconfig.json chore: replace the tooltip package 2023-04-21 20:34:43 +02:00
webpack.config.js chore: replace the tooltip package 2023-04-21 20:34:43 +02: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