Sports Widgets

To mock different themes locally, set the site query parameter in the URL.
Use top-level keys from translations.json as possible values, eg thesun.
To mock different widget style locally, set the style query parameter in the URL, eg compact, sidebar for Toplist.
For component and further documentation, run npm run storybook to start Storybook.

Widget DevToolsDevTools is only visible on the DEV environment.
MiscellaneousSet widget body width to:
When Unset option is selected, the widget will use the value set in Hercules.
ContextData available from useContext hook.
{
  "market": "",
  "site": "",
  "siteUrl": "",
  "currency": "€",
  "oddsFormat": "decimal",
  "widgetStyle": "",
  "components": [],
  "config": {
    "name": "Demosite"
  }
}
close-btn