mantinedev / mantine

A fully featured React components library
https://mantine.dev
MIT License
26.92k stars 1.9k forks source link

Expose Search component from docs as a seperate CmdK component #477

Closed voladelta closed 2 years ago

voladelta commented 2 years ago

Thank you for this impressive react component library 👍🤟

I'm gonna migrate from Chakra UI to Mantine!

The Search in the header is really nice. I really like it. Is there any chance you could expose as a component to Mantine? Or maybe in @matine/extra?

rtivital commented 2 years ago

Search is just an Autocomplete with a custom item component and Kbd, you can build your own custom search with these components