<TopStories/>
Top Stories Widget
Help your audience keep track of what's happening in the crypto and stock markets with our daily news briefs โ designed to be read in 20 seconds or less.
Options
Use the TradingView Top Stories Widget builder to generate the options for the <TopStories/>
widget and pass into the options
prop.
example
<template>
<TopStories :options="{
width: '100%',
height: 450,
colorTheme: 'dark',
feedMode: 'all_symbols',
isTransparent: false,
displayMode: 'regular',
locale: 'en',
}"/>
</template>