sizeDesktop : ShareButtonSizes
sizeTablet : ShareButtonSizes
breakCopyLinkOnMobile ?: boolean = false
Wraps the copy-link button onto its own row below the tablet breakpoint
while keeping it inline with the other buttons on larger screens.
buttonRightDesktopLargeMargin ?: Margin
buttonRightDesktopMargin ?: Margin
buttonRightMargin ?: Margin = 'none'
buttonRightTabletMargin ?: Margin
excludeShareTracking ?: boolean = false
facebookAppId ?: string
Required to build the Messenger share URL. When the `messenger` icon is
requested without an app id, the button falls back to the base share link.
hideTextOnMobile ?: boolean = false
shareButtonSpacing ?: ShareButtonSpacing = 'space-evenly'
shareIcons ?: readonly ShareIcons[] = [
'facebook',
'twitter',
'linkedin',
'reddit',
'telegram',
]
showText ?: boolean = true
textColor ?: FontColor = FontColor.FOREGROUND