Roadmap UIRoadmap UI

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.

npx roadmap-ui add gantt

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.

On this page