# @k8slens/button This package contains stuff related to creating Lens-applications. # Usage ```bash $ npm install @k8slens/button ``` ```typescript import type { ButtonProps } from "@k8slens/button"; import { Button } from "@k8slens/button"; ``` ## Extendability