Variable: Input

const Input: ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "color" | "size"> & Partial<{ color: InputColor; endAdornment: ReactNode; endContent: ReactNode; helperColor: HelperTextColor; helperText: ReactNode; size: InputSize; startAdornment: ReactNode; startContent: ReactNode; }> & RefAttributes<HTMLInputElement>>

Renders a styled text input with support for side content, semantic colors, and helper text.

Example

<Input placeholder="Enter spell name..." />