Options
All
  • Public
  • Public/Protected
  • All
Menu

formik-chakra-ui

Index

Type aliases

CheckboxContainerProps

CheckboxContainerProps: BaseProps & { children: ReactNode; stackProps?: StackProps }

CheckboxControlProps

CheckboxControlProps: Overwrite<CheckboxProps, { value: string | number }> & { label?: string; name: string }

CheckboxSingleProps

CheckboxSingleProps: BaseProps & { checkBoxProps?: CheckboxProps; children?: React.ReactNode }

InputControlProps

InputControlProps: BaseProps & { inputProps?: InputProps }

NumberInputControlProps

NumberInputControlProps: BaseProps & { children?: React.ReactNode; numberInputProps?: NumberInputProps; showStepper?: boolean }

PercentCompleteProps

PercentCompleteProps: { progressFn?: ProgressFn; progressProps?: ProgressProps } & BoxProps

PinInputControlProps

PinInputControlProps: BaseProps & { pinAmount: number; pinInputProps?: Omit<PinInputProps, "children">; stackProps?: StackProps }

RadioGroupControlProps

RadioGroupControlProps: BaseProps & { children: ReactNode; radioGroupProps?: RadioGroupProps; stackProps?: StackProps }

ResetButtonProps

ResetButtonProps: ButtonProps

SelectControlProps

SelectControlProps: BaseProps & { children: React.ReactNode; selectProps?: SelectProps }

SliderControlProps

SliderControlProps: BaseProps & { sliderProps?: SliderProps; sliderThumbProps?: SliderThumbProps; sliderTrackProps?: SliderTrackProps }

SubmitButtonProps

SubmitButtonProps: ButtonProps

SwitchControlProps

SwitchControlProps: BaseProps & { switchProps?: SwitchProps }

TextareaControlProps

TextareaControlProps: BaseProps & { textareaProps?: TextareaProps }

Variables

Const CheckboxContainer

CheckboxContainer: FC<CheckboxContainerProps> = ...

Const CheckboxControl

CheckboxControl: FC<CheckboxControlProps> = ...

Const CheckboxSingleControl

CheckboxSingleControl: FC<CheckboxSingleProps> = ...

Const FormControl

FormControl: FC<BaseProps> = ...

Const InputControl

InputControl: FC<InputControlProps> = ...

Const NumberInputControl

NumberInputControl: FC<NumberInputControlProps> = ...

Const PercentComplete

PercentComplete: FC<PercentCompleteProps> = ...

Const PinInputControl

PinInputControl: FC<PinInputControlProps> = ...

Const RadioGroupControl

RadioGroupControl: FC<RadioGroupControlProps> = ...

Const ResetButton

ResetButton: FC<ResetButtonProps> = ...

Const SelectControl

SelectControl: FC<SelectControlProps> = ...

Const SliderControl

SliderControl: FC<SliderControlProps> = ...

Const SubmitButton

SubmitButton: FC<SubmitButtonProps> = ...

Const SwitchControl

SwitchControl: FC<SwitchControlProps> = ...

Const TextareaControl

TextareaControl: FC<TextareaControlProps> = ...

Generated using TypeDoc