Skip to main content

Type Alias: InputLabelProps

InputLabelProps = object

Defined in: lib/base/InputLabel.tsx:13

Props for the InputLabel component.

Properties

label

label: string

Defined in: lib/base/InputLabel.tsx:15

The text label to display


labelAppend?

optional labelAppend: ReactNode

Defined in: lib/base/InputLabel.tsx:19

Additional content to append after the label


labelClassName?

optional labelClassName: string

Defined in: lib/base/InputLabel.tsx:17

Additional CSS classes for the label


mandatory?

optional mandatory: boolean

Defined in: lib/base/InputLabel.tsx:23

Whether the field is mandatory


mode?

optional mode: fieldDisplayMode

Defined in: lib/base/InputLabel.tsx:21

The display mode of the label


sideValue?

optional sideValue: boolean

Defined in: lib/base/InputLabel.tsx:25

Whether to display the label on the side