Currency selector
Last updated
Last updated
If your application supports multiple currencies, you can add to the CSPR.click toolbar a currency selector widget adding a CurrencySettings
object to the <ClickTopBar>
component:
The settings object must have a currencies
property with an array containing the currencies your application can handle. Set them in the order you want to appear in the selector:
Note in the image above how currencies are grouped in cryptocurrencies and fiat currencies. In your list of currencies, classify them using the type_id
property in one of the groups.