Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 760 Bytes

File metadata and controls

20 lines (17 loc) · 760 Bytes
title Setup
description Rangoli does not require any additional libraries or tools, you just need to copy & paste component code. Since it is based on shadcn, make sure you have shadcn installed. For more details, visit the [shadcn documentation](https://ui.shadcn.com/docs/installation).

Make Sure Dependencies

If you have already installed shadcn, ensure that your package.json includes the following dependencies, either under devDependencies or dependencies. If any are missing, you can install them manually.

{
  "postcss": "^8",
  "tailwindcss": "^3.4.1",
  "typescript": "^5",
  "lucide-react": "^0.474.0",
  "tailwindcss-animate": "^1.0.7",
  "framer-motion": "^12.0.5",
  "@svgr/webpack": "^8.1.0"
}