component PublicSearch { props { class: string = "" query = "" placeholder = "Search..." label = "Search" action = "" method = "get" name = "q" buttonLabel = "" clearLabel = "Clear search" size = "default" centered = false fullWidth = false showShortcut = false shortcutLabel = "⌘ K" suggestions = [] } state searchValue = query state focused = false view {