Module input

Module input 

Source
Expand description

Input component family aligned with Ant Design 6.0.

Includes:

  • Input - Basic text input
  • TextArea - Multi-line text input
  • Password - Password input with visibility toggle
  • Search - Input with search button
  • OTP - One-time password input

Structs§

InputProps
Props for a single-line text input.
OTPProps
Props for OTP (One-Time Password) input.
PasswordProps
Props for Password input.
SearchProps
Props for Search input.
TextAreaProps
Multi-line text area component.

Enums§

InputSize
Size variants for Input components.

Functions§

Input
Ant Design flavored text input.
OTP
One-Time Password input with multiple fields.
Password
Password input with visibility toggle.
Search
Search input with search button.
TextArea
Ant Design flavored multi-line text area.