wdpr
    Preparing search index...
    • Render a [[module Join]] element with a clickable join button.

      The button is wrapped in a <div> with a configurable CSS class (defaults to "join-box"). The runtime join module attaches click handling via the onJoin callback.

      Parameters

      • ctx: RenderContext

        The current render context.

      • data: { attributes: AttributeMap; "button-text": string | null; module: "join" }

        Join module data with optional button-text and CSS class.

        • attributes: AttributeMap
        • button-text: string | null
        • module: "join"

          [[module Join]] — site membership join button

      Returns void