Opacity Inline share is available in various opacities. Use the opacity prop to control it.
Important Notes: Opacity will make the share tool semi-transparent, and transparency goes away if user hovers over it. This should be used if you don't want the share tool to create too much distractions on first impression. Opacity does not work with menu display.
Demo
Share this page Share via x Share via LinkedIn Copying...
Share this page Share via x Share via LinkedIn Copying...
Share this page Share via x Share via LinkedIn Copying...
Share this page Share via x Share via LinkedIn Copying...
Share this page Share via x Share via LinkedIn Copying...
Twig
{% include '@bolt-components-share/share.twig' with {
  opacity: 60,
  sources: var_foo,
  copy_to_clipboard: var_bar,
} only %}
HTML
Not available in plain HTML. Please use Twig.