Documentation ¶ Index ¶ func CopyButton(props Props) templ.Component func Script() templ.Component type Props Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CopyButton ¶ func CopyButton(props Props) templ.Component func Script ¶ func Script() templ.Component Types ¶ type Props ¶ type Props struct { ID string // Optional button ID Class string // Custom CSS classes Attrs templ.Attributes // Additional HTML attributes TargetID string // Required - ID of element to copy from } Source Files ¶ View all Source files copybutton_templ.go Click to show internal directories. Click to hide internal directories.