Sparkline
DataMini line chart
sparklinechartmini
Installation
$
Usage
tsx
import { Sparkline } from "@/components/nonaxial/sparkline"
export default function Example() {
return (
<Sparkline>{/* Your content here */}</Sparkline>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |