@dither-kit/core
v0.0.1
Published
Composable dithered charts for React — area, line, bar, pie, radar on a tiny canvas engine, no recharts. Installed via the shadcn registry, not this package: see https://tripwire.sh/dither-kit
Maintainers
Readme
dither-kit
Composable dithered charts for React — area, line, bar, pie, radar — on a tiny canvas engine with a recharts-style children-as-config API. No recharts. Ordered-dither fills that hold up in light and dark, entrance animations, a gliding scrub tooltip, selection, winking sparkles, and colour bloom.
This npm package is a namespace placeholder. dither-kit ships as source through a shadcn registry — you install the actual components with the shadcn CLI, not from npm.
Install
Register the namespace once in components.json:
{
"registries": {
"@dither-kit": "https://tripwire.sh/r/{name}.json"
}
}…then add the charts you want:
npx shadcn@latest add @dither-kit/area-chart
npx shadcn@latest add @dither-kit/bar-chart
npx shadcn@latest add @dither-kit/pie-chart
npx shadcn@latest add @dither-kit/radar-chart
npx shadcn@latest add @dither-kit/dither-kit # everythingDocs, live previews, and a tweak panel: https://tripwire.sh/dither-kit
Credit
dither-kit exists because of Evil Charts by legions-developer — the original dithered, composable chart aesthetic that inspired every pixel here. Go star it.
