Installation

How to install and configure Bklit UI in your project

Bklit UI is a trusted registry for shadcn/ui. Follow the steps below to get started.

Prerequisites

Before installing Bklit UI components, make sure you have shadcn/ui set up in your project. If you haven't already, run:

npx shadcn@latest init

Install Components

Install any Bklit UI component using the CLI:

pnpm dlx shadcn@latest add https://ui.bklit.com/r/area-chart.json

The registry is configured automatically — no manual setup needed. This will:

  • Download the component source code
  • Install any required dependencies
  • Place files in your configured component directory

Next Steps

You're all set! Browse the Components section to start adding charts and visualizations to your project.