Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Iconiq UINew to Visual Studio Code? Get it now.
Iconiq UI

Iconiq UI

Iconiq UI

|
1 install
| (0) | Free
Browse and install Iconiq UI components from the shadcn registry inside VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Iconiq UI

Install Iconiq UI components into your project from VS Code — browse the catalog, pick Base UI or Radix UI where available, and add files with the shadcn CLI.

Before you start

You need a shadcn-ready React or Next.js project with components.json.

Add the Iconiq registry (or use Iconiq: Set Up Project from the sidebar):

{
  "registries": {
    "@iconiq": "https://iconiqui.com/r/{name}.json"
  }
}

Install a component

  1. Open your project in VS Code.
  2. Click the Iconiq UI icon in the activity bar.
  3. Browse components by category, or run Iconiq: Add Component from the command palette (Cmd/Ctrl + Shift + P).
  4. Click a component to install.
  5. If both Base UI and Radix UI versions exist, choose the one you want.
  6. Confirm the install — a terminal runs shadcn add @iconiq/<name> and adds the source to your project.

Then import the component in your app:

import { StatusDot } from "@/components/ui/status-dot";

Sidebar actions

Action How
Refresh the catalog Refresh icon in the Components panel title
Set up components.json Setup icon in the Components panel title, or Iconiq: Set Up Project
Open docs for a component Right-click a component → Open Documentation
See what is already installed Components marked (installed) when Iconiq source is in your project

Learn more

  • Installation guide
  • MCP setup — install components with AI in VS Code

Built by Edwin Vakayil for Iconiq UI.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft