Round symbol tile, asset name and price, plus a signed 24h delta with trend arrow.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Money1 } from "@/components/beste/piece/money1";
<Money1
symbol="BTC"
name="Bitcoin"
price="$67,420.30"
delta={2.4}
tone="primary"
/>