1.0.0-alpha.0 • Published 3 years ago

@lagabu/text-box v1.0.0-alpha.0

Weekly downloads
68
License
-
Repository
-
Last release
3 years ago

TextBox

A textarea component

Props

NameTypeDefaultDescription
autofocusBoolean-textarea autofocus property
maxlength[String, Number]-textarea maxlength property
showCountBoolean-show count number text
disabledBoolean-disable textbox input
readonlyBoolean-set textbox readonly
placeholderString-textarea placeholder
autocompleteBoolean-autocomplete textarea
spellcheck[Boolean, String]-textarea spellcheck property
rows[String, Number]-textarea rows property
cols[String, Number]-textarea cols property
modelValueString-v-model available value
colorStringprimarychange current color class or style
height[String, Number]-element height style
width[String, Number]-element width style
maxHeight[String, Number]-element max-height style
minHeight[String, Number]-element min-height style
maxWidth[String, Number]-element max-width style
minWidth[String, Number]-element min-width style