Dinachi

Installation

Get started with DinachiUI using your preferred React framework or setup.

#Quick Start (Any Framework)

If you are using a different framework or want to get started quickly, follow these three steps:

Initialize DinachiUI

Run the init command to set up your project configuration, color theme, and install base dependencies:

npx @dinachi/cli@latest init

Add Components

Install the components you need:

npx @dinachi/cli@latest add button

Import and Use

Import the installed component and start using it in your project:

tsx
import { Button } from "@/components/ui/button";

#Choose Your Framework

Select your framework for a detailed, step-by-step installation guide tailored to your setup.

#What's Next?

Once you have DinachiUI installed, explore these resources to make the most of the library.