Hide FAB on page load The hide_on_load prop allows floating action buttons to be hidden on initial page load. Important Notes: Only use this prop if you are using JavaScript to build more conditions on when/how FAB should show. Demo View full page demo
Twig
{% include '@bolt-components-floating-action-buttons/floating-action-buttons.twig' with {
  content: content,
  hide_on_load: true,
} only %}
HTML
Not available in plain HTML. Please use Twig.