Theme compatibility
Share can be used in various themes.
Demo
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.