BetaHuhn / vue-cmd-menu

💻 Build beautiful and extensible Command + k menus with Vue
https://vue-cmd.deta.dev/
MIT License
13 stars 0 forks source link

Is this project not developed? #1

Open doutatsu opened 1 year ago

doutatsu commented 1 year ago

Just found this library when searching for command palette components, but it looks like it didn't have any changes for a year, so curious if it's still maintained or not

katerlouis commented 7 months ago

Also wondering almost a year later. The simplicity of the setup makes this one very appealing to me. Looking for a Vue 3 compatible version, though

doutatsu commented 7 months ago

Don't think it is @katerlouis - had to build one from scratch myself.

katerlouis commented 7 months ago

@doutatsu – would you mind to share? :)

tiagorangel1 commented 4 months ago

@doutatsu Could you please share it?

doutatsu commented 4 months ago

I can't really share mine, but I recommend checking out shadcn version - https://www.shadcn-vue.com/docs/components/command.html

tiagorangel1 commented 4 months ago

I ended up making my own vanilla javascript version from scratch. If anyone wants the code, then here it is: https://gist.github.com/tiagorangel2011/023337b26cf589c97ccd0b8fc15456f3 :)