Text Area
Form Input
Field for large text with extendable height
Quickstart #
<script>
import { TextArea } from "@steeze-ui/components"
</script>
<TextArea />
API Reference #
Property | Type | Default |
---|---|---|
name
|
String
|
null
|
value
|
String
|
""
|
placeholder
|
String
|
null
|
required
|
Boolean
|
false
|
disabled
|
Boolean
|
false
|
autoselect
|
Boolean
|
false
|
width
|
String
|
var(--st-field-width)
|
height
|
String
|
auto
|
*
|
*
|
-
|
Styling #
Name | Default |
---|---|
--st-text-area-color
|
--st-field-color
|
--st-text-area-font-size
|
--st-field-font-size
|
--st-placeholder-text-color
|
--st-colors-gray7
|
MIT Licensed