Skip to content

ShareBar 🟠 Not ready

The ShareBar component can be used imported from:

Playground

Parameters

Slots

This component has slots. Check the documentation about how to use the slots.

NameTagsDescription
defaultspanThe share bar content

Parameters use

Check the documentation about how to use the parameters.

content

The content parameter is used to set the content of the share bar. Also the default slot can be used to set the content.

Share bar

social

The social parameter is used to set the social media links of the share bar. The value should be an object with the following structure:

json
{
  "facebook": "Link to facebook",
  "linkedin": "Link to linkedin",
  "twitter": "Link to twitter"
}

Browser support

Detected engine:  

  • Chromium

  • Webkit

  • Gecko

HTML Examples

CodeSandbox example