Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Describes props for the Text Input component.
interface LkTextInputProps extends React.InputHTMLAttributes<HTMLInputElement> {
labelPosition?: "default" | "on-input";
helpText?: string;
placeholder?: string;
name?: string;
endIcon?: IconName;
labelBackgroundColor?: LkColor;
}
Types with similar roles.