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.
import { Demo } from "@/components/ui/market-watchlist" export default function DemoOne() { return ( <div className="w-full"> <Demo /> </div> ) }
Part of ssicevs UI — browse the full library on 21st.dev.