shadcn@4.5.0
shadcn-ui/uishadcn@4.5.0Apr 25, 2026by github-actions[bot]
AI Summary
Adds a new CLI flag to enable pointer cursors on buttons during the initialization process.
Key Highlights
- New --pointer option for the CLI
- Enables cursor: pointer on buttons
- Part of the 4.5.0 minor release
New Features
- CLI --pointer option
Full Release Notes
### Minor Changes
- [#10488](https://github.com/shadcn-ui/ui/pull/10488) [`eb6e783fb3861aba3b35289a473954080e6f1607`](https://github.com/shadcn-ui/ui/commit/eb6e783fb3861aba3b35289a473954080e6f1607) Thanks [@shadcn](https://github.com/shadcn)! - add --pointer option to cli.
npx shadcn init --pointer will enable cursor: pointer on buttons.