Installation
A simple guide to set up commerce ui with the required dependencies and structure.
This project is built with Next.js, using TypeScript and Tailwind CSS for all components. Some components also rely on shadcn/ui and Motion.
Install Tailwind CSS
The components are styled using Tailwind CSS.
Follow the official installation guide to set it up in your project.
Add a Utility Helper
To make it easier to conditionally apply Tailwind CSS classes, add this cn
helper function to your project.
You're good to go!