Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ButtonProps

Index

Properties

color

color: "primary" | "secondary" | "default" | "inherit" | undefined

The color type of the button

Optional customclasses

customclasses: string | string[]

Custom CSS classes to pass to the button

Optional customlabelclasses

customlabelclasses: string | string[]

Custom CSS classes to pass to the button label

Optional data-qa

data-qa: undefined | string

Data-qa tag to apply to the search bar and input element

Optional disabled

disabled: undefined | false | true

Whether this button should be disabled

label

label: ReactNode

The label to be displayed inside the button

variant

variant: "text" | "outlined" | "contained" | undefined

The variant of the button

Methods

onClick

  • onClick(): unknown

Generated using TypeDoc