DCNT UI
    DocsComponentsPricing
Premium Access

Getting Started

Introduction
Installation

Components

Text Animations

Scroll Reveal Text
Docs/Installation

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 init

The 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-name

You can install multiple components at once:

npx dcntui add component1 component2
Previous← Introduction
DCNT UI
ContactPrivacy PolicyTerms & Conditions