Components
Analyst price target chart: price history walks to now, then three dashed projections fan out to dotted high, median and low targets with the band between them as the read. Theme-aware.
Loading preview...
import { Demo } from "@/components/ui/price-target-fan"
export default function DemoOne() {
return (
<div className="w-full bg-background" style={{ background: "var(--card)" }}>
<Demo />
</div>
)
}