1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/technical-features/ui-components
Janne Savolainen 934784c588
chore: Export types for reusable props for Elements
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-04-17 12:08:28 +03:00
..
src chore: Export types for reusable props for Elements 2023-04-17 12:08:28 +03:00
.eslintrc.json Introduce empty package for reusable UI components 2023-04-17 11:43:31 +03:00
.prettierrc Introduce empty package for reusable UI components 2023-04-17 11:43:31 +03:00
index.ts chore: Extract Map, Gutter and add-separator from monolith 2023-04-17 11:45:08 +03:00
jest.config.js Introduce empty package for reusable UI components 2023-04-17 11:43:31 +03:00
package.json chore: Update ogre-tools libraries 2023-04-17 12:08:28 +03:00
README.md Introduce empty package for reusable UI components 2023-04-17 11:43:31 +03:00
tsconfig.json Introduce empty package for reusable UI components 2023-04-17 11:43:31 +03:00
webpack.config.js Introduce empty package for reusable UI components 2023-04-17 11:43:31 +03:00

@k8slens/ui-components

This package contains React UI components used in the Lens

Usage

$ npm install @k8slens/ui-components
import { uiComponentsFeature } from "@k8slens/ui-components";
import { registerFeature } from "@k8slens/feature-core";
import { createContainer } from "@ogre-tools/injectable";

const di = createContainer("some-container");

registerFeature(di, uiComponentsFeature);