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