defmodule Doggo.Components.Breadcrumb do @moduledoc false @behaviour Doggo.Component use Phoenix.Component @impl true def doc do """ Renders a breadcrumb navigation. """ end @impl true def usage do """ ```heex <.breadcrumb> <:item patch="/categories">Categories <:item patch="/categories/1">Reviews <:item patch="/categories/1/articles/1">The Movie ``` """ end @impl true def config do [ type: :navigation, since: "0.6.0", maturity: :developing, modifiers: [] ] end @impl true def nested_classes(_) do [] end @impl true def attrs_and_slots do quote do attr :label, :string, default: "Breadcrumb", doc: """ The aria label for the `