Setup
How to install and set up Roadmap UI in your project
Prerequisites
Before installing Roadmap 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 (CSS Variables only)
Installation
You can install Roadmap UI components using the roadmap-ui
or shadcn
CLI e.g.
This will install the Roadmap UI components into your project at @/components/roadmap-ui
(or the relevant folder you specified in the components.json
file).
Usage
After installing a Roadmap UI component, you can start using it in your React application.
For example, check out the Gantt Chart component.