Skip to main contentSkip to navigation

Stock Market

Display stock market overview with major indices and equities.

Installation

npx @hanzo/ui@latest add market-overview

Usage

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

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