InputRange
A customizable range input wrapper component that enhances the standard HTML range slider with configurable style.
View source
<script lang="ts">
import { InputRange } from 'svxui';
</script>
<InputRange />
API Reference
Property | Type | Default | Description |
---|---|---|---|
color | string | number | symbol | "neutral" | InputRange color |
elementRef $bindable | HTMLInputElement | Rendered DOM element | |
fullWidth | boolean | false | InputRange full width |
orientation | union | "horizontal" | InputRange orientation |
radius | union | InputRange radius | |
size | union | "2" | InputRange size |