Skip to Content
✨ QuickCode UI keeps growing! More components, more features, and more ways to make your projects shine. Stay tuned & maybe… hire me or sponsor me 😉 
DocumentationInstallation

Installation

There are two ways to use QuickCode UI:

  • CLI (recommended) → fetch and install components automatically.
  • Manual → copy-paste CSS + component code from GitHub.

CLI Installation

Install the package:

npx quickcode-ui init

Add a component (example: Button):

npx quickcode-ui add Button

✨ This will copy the component into your src/components/ui folder and install any required dependencies automatically.

Last updated on