mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
- Update eslint config to be tighter in control Signed-off-by: Sebastian Malton <sebastian@malton.name> |
||
|---|---|---|
| .. | ||
| src | ||
| .eslintrc.json | ||
| .prettierrc | ||
| .swcrc | ||
| CHANGELOG.md | ||
| index.ts | ||
| jest.config.js | ||
| package.json | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| webpack.config.js | ||
@k8slens/button
This package contains stuff related to creating Lens-applications.
Usage
$ npm install @k8slens/button
import type { ButtonProps } from "@k8slens/button";
import { Button } from "@k8slens/button";