Crypto Ticker

Round symbol tile, asset name and price, plus a signed 24h delta with trend arrow.

BTC
Bitcoin$67,420.30
+2.4%

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Money1 } from "@/components/beste/piece/money1";

<Money1
  symbol="BTC"
  name="Bitcoin"
  price="$67,420.30"
  delta={2.4}
  tone="primary"
/>