shadcn

Results 1376 comments of shadcn

Yes please. This still needed. Happy to merge a new PR.

This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.

@abdulbasithqb I added a comment [here](https://github.com/shadcn-ui/ui/issues/2212#issuecomment-1880000745) on why we went with `cursor-default` for dropdown menus, menu bars and context menus.

The type of cursor used is about affordance, in this instance, the clickability of an element. Buttons (* see note below) and dropdown menu have high affordance so you generally...

@dayongkr We fixed this in https://github.com/shadcn-ui/ui/pull/2190. I'm going to close this one but feel free to reopen if you have any questions. Thanks for the PR. Appreciate it.

@viruop I merged https://github.com/shadcn-ui/ui/pull/2278 with a similar fix. Sorry I did not see this one.

@valentinpolitov This is awesome. Can't thank you enough. Great work. This is a big PR however. Let me review it when I come back from the break.

@thedevdavid I'm testing this. I found an issue when merging `size` classes. Given the following component: ```tsx export function Component({ className }) { return } ``` I'm expecting the following...

@rajatsandeepsen Thanks for the PR. I know this is a popular ask. Looking into it.

@kamaravichow Thanks for the PR. We fixed this in https://github.com/shadcn-ui/ui/pull/2180