ctify

Theme Controls

Text fields

Text fields let users enter text into a UI

Usage

Props

PropsTypeDescriptionDefault
colorprimary secondary tertiaray errorThe color of text fieldprimary
valuestringThe value of text fieldnull
defaultValuestringThe defaultValue of text fieldnull
variantfilled outlinedThe variant of text fieldfilled
disabledbooleanDisables the text fieldfalse
prefixTextstringPrefix text of text fieldnull
suffixTextstringSuffix text of text fieldnull
supportingTextstringSupporting text of text fieldnull
maxLengthnumberThe maximum number of characters of text in the text field.null

Sub components

NameDescription
TextField.LeadingIconThe leadingIcon of the text field
TextField.TrailingIconThe trailingIcon of the text field

Events

EventsDescription
onChangefired when value changed