CLI

Airy uses the same component structure as shadcn/ui. Use the shadcn CLI to add or update components in the source package, then rebuild.

Usage

Add components using the shadcn CLI, then rebuild the package:

npx shadcn@latest add button
npm run build