<gevme-live-bar />

Description
Renders a live-bar widget onto the LivePage

🐞
Rebar Widgets

NameTypeDescription

Usage

<gevme-live-bar /> renders a live-bar widget onto the Livepage.

Example

The following code renders a livebar if livebar is enabled in the setting

{{#if setting.livebar.enabled}}
    <div>
        <gevme-live-bar />
    </div>
{{/if}}

On the LivePage, livebar is rendered on the side of the page:

image