ctify

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
isDisabledbooleanDisables 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
leadingIconReact.ReactNodeleading icon of text fieldundefined
trailingIconReact.ReactNodetrailing icon of text fieldundefined

Events

EventsDescription
onChangefired when value changed