2

Setup

PreviousNext

Getting started with Simplifying AI UI

Installing Simplifying AI UI components is straightforward using the shadcn CLI.

pnpm dlx shadcn@latest add https://ui.simplifying.ai/r/funnel-chart.json

Prerequisites

Before installing Simplifying AI UI, make sure your environment meets the following requirements:

  • Node.js version 18 or later
  • A Next.js project
  • shadcn/ui setup in your project. If you don't have it setup, running any install command will set it up for you.

Installing components

You can install Simplifying AI UI components using the shadcn CLI. The CLI will download the component's code and integrate it into your project's directory (usually under your components folder).

pnpm dlx shadcn@latest add https://ui.simplifying.ai/r/donut-chart.json

After running the command, you should see a confirmation in your terminal that the files were added. You can then proceed to use the component in your code.

Setup | Simplify Charts