Terminal
█
sparkline-demo █
Loading preview... █
█
█
█
█
█
█
█
█
█
█
█
█
█
█
█Installation
$ pnpm dlx shadcn@latest add @termcn/opentui/sparkline
Usage
import { Sparkline } from "@/components/ui/sparkline";<Sparkline data={[4, 8, 15, 16, 23, 42, 38, 26]} width={20} label="Requests" />API Reference
Sparkline
| Prop | Type | Default |
|---|---|---|
data | number[] | required |
width | number | 20 |
color | string | - |
label | string | - |