InputText

The InputText component is a fundamental UI element that allows users to enter and edit text. It is commonly used in forms, search fields, and data entry interfaces. This component ensures efficient user input handling, offering features like placeholder text, validation, and various input types.

InputText

icon

Element

iconPlacement

"left" | "right" | undefined = left

isClearable

Boolean

size

"lg" | "md" | "sm" | "xs" | undefined = md

transparent

Boolean

variant

"danger" | "success" | "warning"