React Sparklines is in early development. Several parts of the API might change until v2.0.0.
npm install @lueton/react-sparklines
pnpm add @lueton/react-sparklines
yarn add @lueton/react-sparklines
const data = [1, 5, 3, 8, 4, 7, 2, 8, 3, 4];
<SparklinesLine data={data} />