Installation
1. Initialize
npx orbit-design init
This creates orbit-ui.json in your project root and injects the theme CSS into your global stylesheet.
2. Install dependencies
npm install clsx tailwind-merge class-variance-authority
3. Add components
npx orbit-design add button
Components are copied into your project. Modify them however you want.
4. Customize theme
npx orbit-design theme generate
Answer a few prompts to generate a custom theme JSON, then apply it:
npx orbit-design theme apply orbit-theme-my-theme.json