components.json

Airy follows shadcn's configuration approach. This file documents the design system setup used by the CLI.

Configuration

The components.json file configures how shadcn CLI integrates with your project:

{
  "$schema": "https://ui.shadcn.com/schema.json",
  "style": "new-york",
  "tailwind": {
    "config": "tailwind.config.ts",
    "css": "src/app/globals.css",
    "baseColor": "stone"
  }
}