mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: updated readme
Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
parent
2d49ad287e
commit
bc80a3617d
@ -5,15 +5,11 @@ This package contains stuff related to creating Lens-applications.
|
|||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ npm install @k8slens/error-boundary
|
$ npm install @k8slens/routing
|
||||||
```
|
```
|
||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
import { Tooltip, TooltipPosition } from "@k8slens/error-boundary";
|
import observableHistoryInjectable from "@k8slens/routing";
|
||||||
import { withTooltip } from "@k8slens/error-boundary";
|
|
||||||
|
|
||||||
import type { TooltipProps } from "@k8slens/error-boundary";
|
|
||||||
import type { TooltipDecoratorProps } from "@k8slens/error-boundary";
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user