1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/ui-components/resizing-anchor
Gabriel e95be709e2 feat: extract resizing-anchor
Signed-off-by: Gabriel <gaccettola@mirantis.com>
2023-04-19 21:05:51 +02:00
..
src feat: extract resizing-anchor 2023-04-19 21:05:51 +02:00
.eslintrc.json feat: extract resizing-anchor 2023-04-19 21:05:51 +02:00
.prettierrc feat: extract resizing-anchor 2023-04-19 21:05:51 +02:00
.swcrc feat: extract resizing-anchor 2023-04-19 21:05:51 +02:00
index.ts feat: extract resizing-anchor 2023-04-19 21:05:51 +02:00
jest.config.js feat: extract resizing-anchor 2023-04-19 21:05:51 +02:00
package.json feat: extract resizing-anchor 2023-04-19 21:05:51 +02:00
README.md feat: extract resizing-anchor 2023-04-19 21:05:51 +02:00
tailwind.config.js feat: extract resizing-anchor 2023-04-19 21:05:51 +02:00
tsconfig.json feat: extract resizing-anchor 2023-04-19 21:05:51 +02:00
webpack.config.js feat: extract resizing-anchor 2023-04-19 21:05:51 +02:00

@k8slens/resizing-anchor

This package contains stuff related to creating Lens-applications.

Usage

$ npm install @k8slens/resizing-anchor
import { ResizeDirection, ResizeGrowthDirection, ResizeSide, ResizingAnchor } from "@k8slens/resizing-anchor";

Extendability