Assistant
Page header with optional side menu toggle button.
With menu button (visible below medium breakpoint)
Without menu button
Sage Component
SageAssistant
<h3 class="t-sage-heading-6">With menu button (visible below medium breakpoint)</h3>
<%= sage_component SageAssistant, {
menu_button: true,
logo: { path: "sage.svg" }
} %>
<h3 class="t-sage-heading-6">Without menu button</h3>
<%= sage_component SageAssistant, {
menu_button: false,
logo: { path: "sage.svg" }
} %>
Property | Description | Type | Default |
---|---|---|---|
|
Provides settings for the logo to appear in the assistant. |
|
|
|
Enables menu button to be displayed. (below medium breakpoint) |
|
null |
Sections |
|
||
|
This area holds link to the sage gem . |
|