Ticker Widget
This is the React component for the Ticker Widget
#
Example#
Used Public typesType | Value |
---|---|
ColorTheme | light / dark |
TickerSymbol | TickerSymbol[] |
#
Ticker ropertiesProperty | 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 |
#
TickerSymbolProperty | Type | Required | Default | Description |
---|---|---|---|---|
proName | string | true | See Here | Ticker name |
title | string | true | See Here | Ticker title |