Input

An input component with configurable style.

View source
<script lang="ts">
    import { Input } from 'svxui';
</script>

<Input />

API Reference

PropertyTypeDefaultDescription
align
union
"start"Text align
color
string | number | symbol
"neutral"Input color
elementRef $bindable
HTMLInputElement
Rendered DOM element
fullWidth
boolean
falseInput full width
inputSize
number
Native html input size
radius
union
Input color
size
union
"2"Input color
type
union
"text"Allowed input type

Examples

Colors

Sizes

Alignments

FullWidth

Types

v0.0.13