Floating Action Buttons Position Use this to place the Floating Action Buttons in the bottom-right, middle-right, or top-right.
Twig
{% include '@bolt-components-floating-action-buttons/floating-action-buttons.twig' with {
  content: _content,
  position: 'top-right',
} only %}
HTML
Not available in plain HTML. Please use Twig.