Skip to main contentSkip to navigation

Crypto Market

Display cryptocurrency market overview with major coins.

Installation

npx @hanzo/ui@latest add market-overview

Usage

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

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