<CryptoMarket/>
Cryptocurrency Market Widget
This widget displays crypto assets and then sorts them by their market capitalization.
Options
Use the TradingView Cryptocurrency Market Widget builder to generate the options for the <CryptoMarket/>
widget and pass into the options
prop.
example
<template>
<CryptoMarket :options="{
width: '100%',
height: 450,
colorTheme: 'dark',
defaultColumn: 'overview',
screener_type: 'crypto_mkt',
displayCurrency: 'USD',
locale: 'en',
}"/>
</template>