Skip to main contentSkip to navigation

Forex Market

Display forex market overview with major currency pairs.

Installation

npx @hanzo/ui@latest add market-overview

Usage

import { MarketOverview } from "@hanzo/ui/finance"

export default function Demo() {
  return <MarketOverview tabs={["forex"]} colorTheme="dark" />
}