Moving-average chart: one price line with 60- and 200-period SMA overlays, right-edge price ticks, and a summary row underneath with a signed change chip. Light and dark via theme tokens.
import { Demo } from "@/components/ui/sma-chart" export default function DemoOne() { return ( <div className="w-full"> <Demo /> </div> ) }
Part of ssicevs UI — browse the full library on 21st.dev.