Components
Sortable market watchlist: per-row sparkline trend, sort by symbol or change with direction toggle, and row selection marked by an accent rail. Light and dark via theme tokens.
Loading preview...
import { Demo } from "@/components/ui/market-watchlist"
export default function DemoOne() {
return (
<div className="w-full bg-background" style={{ background: "var(--card)" }}>
<Demo />
</div>
)
}