SearchBar

The SearchBar component provides a custom styled input that looks like a search bar. Takes the exact same inputs as the Input component.

Props

value string
optional
placeholder string
optional
disabled boolean
optional
multiline boolean
optional
resizable Resizable
optional
loading boolean
optional
class string
optional

Events

on:input InputEvent
on:keydown KeyboardEvent

Example