Display stock market overview with major indices and equities.
npx @hanzo/ui@latest add market-overview
import { MarketOverview } from "@hanzo/ui/finance" export default function Demo() { return <MarketOverview tabs={["indices"]} colorTheme="dark" /> }