Ticker Widget
This is the React component for the Ticker Widget
Example#
Used Public types#
| Type | Value |
|---|---|
| ColorTheme | light / dark |
| TickerSymbol | TickerSymbol[] |
Ticker properties#
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
| colorTheme | ColorTheme | false | light | Sets the default theme |
| isTransparent | boolean | false | false | Transparent background for component |
| locale | Locales | false | en | Sets the default locale |
| symbols | TickerSymbol[] | false | See Here | Default symbols in widget |
TickerSymbol#
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
| proName | string | true | See Here | Ticker name |
| title | string | true | See Here | Ticker title |