logo

Steeze UI

Text Field

Form Input

User Input as Simple Text

A Fliptrick rotates the board around its own axis
  • Customizable
  • Prefix & Suffix
  • Form Ready

Quickstart #

<script>
	import { TextField } from '@steeze-ui/components'
</script>

<TextField />

API Reference #

PropertyTypeDefault
name String null
value String ""
placeholder String null
required Boolean false
disabled Boolean false
autoselect Boolean false
clearable Boolean false
*
* -

Styling #

NameDefault
--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
MIT Licensed