Ticker row with symbol, company, price, a tiny sparkline, and a signed percentage delta.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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
]}
/>