defmodule KantaWeb.Components.Shared.SearchInput do use Phoenix.Component attr :label, :string, required: true attr :rest, :global def render(assigns) do ~H"""