Getting started
Registry troubleshooting
Diagnose installation, alias, theme and overwrite problems without changing unrelated project configuration.
pnpm dlx shadcn@latest add @poyraz/button --dry-run
pnpm dlx shadcn@latest add @poyraz/button --diff components/ui/button.tsx404 registry item
Confirm @poyraz points to https://ui.poyrazavsever.com/r/{name}.json in components.json.
Missing colors or motion
Reinstall @poyraz/poyraz-theme so cssVars, utilities and keyframes are merged into the configured global CSS file.
Unresolved @/ imports
Check aliases.ui and aliases.lib in components.json; registry targets resolve through those aliases.
Glass appears opaque
Backdrop filtering may be unsupported or reduced. The opaque fallback is intentional and preserves contrast.
Existing file conflict
Run with --diff first. Use --overwrite only after reviewing local modifications.