Input
An input component with configurable style.
View source
<script lang="ts">
import { Input } from 'svxui';
</script>
<Input />
API Reference
Property | Type | Default | Description |
---|---|---|---|
align | union | "start" | Text align |
color | string | number | symbol | "neutral" | Input color |
elementRef $bindable | HTMLInputElement | Rendered DOM element | |
fullWidth | boolean | false | Input full width |
inputSize | number | Native html input size | |
radius | union | Input color | |
size | union | "2" | Input color |
type | union | "text" | Allowed input type |