Skip to Content
✨ Just dropped my UI Library — still cooking up some magic! 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:

npm install quickcode-ui

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