defmodule PinchflatWeb.Layouts do use PinchflatWeb, :html embed_templates "layouts/*" embed_templates "layouts/partials/*" attr :icon, :string, required: true attr :text, :string, required: true attr :href, :any, required: true attr :target, :any, default: "_self" def sidebar_item(assigns) do # I'm testing out grouping classes here. Tentative order: font, layout, color, animation, state-modifiers ~H"""