Ticker row with symbol, company, price, a tiny sparkline, and a signed percentage delta.
The import and the props worth knowing about, in one place.
import { Money6 } from "@/components/beste/piece/money6";
<Money6
symbol="AAPL"
name="Apple Inc."
price="$218.42"
delta={1.8}
data={[
12,
18,
14,
22,
20,
28,
24,
32,
30,
38,
36,
44
]}
/>Round symbol tile, asset name and price, plus a signed 24h delta with trend arrow.
Directional arrow bubble beside a merchant name, category and date meta, and a signed amount on the right.
Two currency columns linked by an arrow, with a rate caption beneath.
Ranked categories, each with an amount and a bar sized to its share.