Text Field
Form Input
User Input as Simple Text
- Customizable
- Prefix & Suffix
- Form Ready
Quickstart #
<script>
import { TextField } from '@steeze-ui/components'
</script>
<TextField />
API Reference #
Property | Type | Default |
---|---|---|
name
|
String
|
null
|
value
|
String
|
""
|
placeholder
|
String
|
null
|
required
|
Boolean
|
false
|
disabled
|
Boolean
|
false
|
autoselect
|
Boolean
|
false
|
clearable
|
Boolean
|
false
|
*
|
*
|
-
|
Styling #
Name | Default |
---|---|
--st-text-field-color
|
--st-field-color
|
--st-text-field-font-size
|
--st-field-font-size
|
--st-field-height
|
--st-field-height-md
|
--st-placeholder-text-color
|
--st-colors-gray7
|
--st-field-button-color
|
--st-colors-gray5
|
--st-field-button-hover-color
|
--st-colors-gray2
|