Installation
DCNT UI installs components directly into your project via CLI — no locked ecosystems, no runtime dependencies. You own the code.
Requirements
- Node.js
- npm, pnpm, bun, or yarn
- A supported framework
- Tailwind CSS, SCSS, or plain CSS
Works with both TypeScript and JavaScript.
Install the CLI
Run inside your project root:
npx dcntui initThe CLI will automatically guide you through the setup process and configure your project for DCNT UI.
Install Components
Once initialization is complete, you can install components directly from the CLI.
npx dcntui add component-nameYou can install multiple components at once:
npx dcntui add component1 component2