defmodule SigmaKit.Components.Containers do use Phoenix.LiveComponent attr :shadow, :boolean, default: true attr :title, :string, default: nil slot :action_bar slot :inner_block def box(assigns) do ~H"""