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