-
Notifications
You must be signed in to change notification settings - Fork 0
Bricks: logo
Pien edited this page Nov 14, 2018
·
1 revision
The logo brick has the following options:
-
:logo_image_path(required) -
:show_company_name(optional)- Defaults to
falseif not passed and translates to the logo's company name div tag.
- Defaults to
Usage example:
<%= partial("bricks/logo/logo", locals: { logo_image_path: "legobox-logo.svg",
show_company_name: true }) %>