defmodule OopsieDaisy.Components.Swap do @moduledoc """ Swap component with DaisyUI styling. Generated from: tmp/daisyui/packages/docs/src/routes/(routes)/components/swap/+page.md ## Examples <.swap>Content """ use Phoenix.Component # Component attr(:rest, :global, include: ~w(disabled form name value type)) @doc "Additional CSS classes" attr(:class, :string, default: "") @doc "Modifier classes" attr(:modifier, :atom, default: nil, values: [nil, :active]) @doc """ Renders a Swap component. """ slot(:inner_block, required: true) def swap(assigns) do ~H"""