defmodule AshHqWeb.Components.SearchBar do @moduledoc "A clickable search bar that brings up the search overlay" use Phoenix.Component import AshHqWeb.Tails attr :class, :any, default: "" attr :device_brand, :string def search_bar(assigns) do ~H""" """ end end