Skip to content

Commit 511e1ba

Browse files
committed
add doc
1 parent d4f8782 commit 511e1ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/live_debugger/components.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ defmodule LiveDebugger.Components do
541541
@doc """
542542
Renders a tooltip using Tooltip hook.
543543
"""
544-
attr(:id, :string, required: true)
544+
attr(:id, :string, required: true, doc: "ID of the tooltip. Prefix is added automatically.")
545545
attr(:content, :string, default: nil)
546546
attr(:position, :string, default: "top", values: ["top", "bottom"])
547547
attr(:rest, :global)

0 commit comments

Comments
 (0)