Link Search Menu Expand Document

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: