pacocoursey / cmdk

Fast, unstyled command menu React component.
https://cmdk.paco.me
MIT License
9.03k stars 258 forks source link

Remove Dialog component #276

Open fuma-nama opened 1 week ago

fuma-nama commented 1 week ago

The dialog of cmdk is a tiny wrapper of Radix UI Dialog, it helps us to implement a search dialog without installing another package manually.

However, it caused some problems:

I would prefer an example in the guide instead of adding it as a part of the library, like how it's previously made. I understand this is a breaking change, but I hope it can be done differently and solves the problem above.