Theme compatibility Share can be used in various themes. Demo
Share this page Share via x Share via LinkedIn Copying...
Share this page Share via x Share via LinkedIn Copying...
Twig
<div class="t-bolt-dark">
  // Put the component inside a themed container
  {% include '@bolt-components-share/share.twig' with {
    sources: var_foo,
    copy_to_clipboard: var_bar,
  } only %}
</div>
HTML
Not available in plain HTML. Please use Twig.