Components
Input

Input

A component that displays an input field, usually for forms

Preview






Attributes

PropertyDescriptionAttributeTypeDefault
labelThe label of the input field If no label is provided, the placeholder will be used as labellabelstringrequired
typeThe type of the input fieldtypestring"text"
placeholderThe placeholder of the input fieldplaceholderstringrequired
valueThe value of the input fieldvaluestring""
disabledDisables the input fielddisabledbooleanfalse