DEV Community

Cover image for Bklit UI: Shadcn Chart Component Library for Next.js
jQueryScript
jQueryScript

Posted on

Bklit UI: Shadcn Chart Component Library for Next.js

Bklit UI: a chart component library that extends shadcn/ui with data visualization components built on Visx and Motion.

The library uses a composable API where you combine elements like Grid, XAxis, and ChartTooltip to build charts.

Key features include line charts with hover interactions, area charts with gradient fills, multi-ring progress indicators, radar charts for multi-dimensional data, and a modular legend system.

The components run on Next.js 15 with React 19 and integrate with Tailwind CSS 4 for theming.

Charts accept TypeScript interfaces and handle data updates through Motion animations.

πŸ‘‰ Blog Post

πŸ‘‰ GitHub Repo

πŸ‘‰ Live Demo

Top comments (0)