pacocoursey / cmdk

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

Using cmdk with Remix #99

Closed guepjo closed 1 year ago

guepjo commented 1 year ago

Issue

I am trying to integrate this cmdk tool with a remix application, but I am facing some styling issues:

References

Here is a link to the stackblitz I have been working in: https://stackblitz.com/edit/remix-run-remix-sjsqzh?file=app/root.tsx

joryphillips commented 1 year ago

There are some good style examples here: https://github.com/pacocoursey/cmdk/tree/main/website/styles/cmdk

raunofreiberg commented 1 year ago

Hi. Please read the docs more carefully, you can render the command menu in a dialog using Command.Dialog. The component is also unstyled by default and you can find the stylesheets used for the examples in the README.