Setup
How to install and set up Kibo UI components in your project
Prerequisites
Before installing Kibo UI, make sure you have the following prerequisites:
- Node.js, version 18 or later
- A React project, version 18 or later
- shadcn/ui installed in your project
Kibo UI currently only supports the CSS Variables version of shadcn/ui
Installation
You can install Kibo UI components using either the kibo-ui
or shadcn
CLI e.g.
npx kibo-ui@latest add {package}
This will install the component into your project at @/components/kibo-ui/{package}
(or the relevant folder you specified in the components.json
file).
Usage
After installing a Kibo UI component, you can start using it in your React application.
For example, check out the Gantt Chart component.