component SearchBox { props { @event input = function @event change = function @event search = function @event submit = function @event clear = function size = "default" color = "primary" label = "Search Box" name = "" value = "" placeholder = "" type = "search" min = "" max = "" step = "" disabled = false required = false class = "" } view { } }