Welcome to the Svelte UI toolkit! This is a collection of components and utilities designed to help you build Svelte applications quickly and efficiently.
Button, Frameless Button, & Link
Action Select
Combobox
Checkbox
Dateinput
Phone Input
{#if PhoneInput.loading}Pin Input
Radio Group
Styled Raw Input, Text Input, Disabled Input, Compact Input
Multi-line input (textarea)
Time & Duration Input
Selected time is {formatTime(timeValue, 'undefined')} ({timeValue?.toString()})
Precise duration is {formatDuration(durationValue)}
TimezoneInput
{#if TimezoneInput.loading}Toggle
Toolbar
Bold is enabled: {$boldStore}
Tabs
1,247
$12,450
Link (with href rewriting)
href rewriting allows you to prepend a basepath to relative links, making it easier to manage URLs in your application. It is recommended to wrap this element with your own, e.g. AppLink, that automatically provides the basepath from your app's configuration.