nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.13k stars 544 forks source link

[TagsInput] Implement component #931

Open stlucasgarcia opened 1 year ago

stlucasgarcia commented 1 year ago

Description

It would be great to have a chip input, I have seen a lot of use for this component in dashboards and SaaS.

It could work like the one from Prime Vue https://primevue.org/chips/

neilmerton commented 1 year ago

I was looking for something like this the other day, I ended up coding my own. It's a bit rough around the edges. Feel free to use it if you like.

stlucasgarcia commented 1 year ago

Thank you for your code @neilmerton. I did some tweaks to make it work with my project.

I hope we can have something like that implemented in nuxt ui.

Keatr0n commented 5 months ago

@neilmerton that is exactly what I needed. Thank you.

benjamincanac commented 2 weeks ago

Renamed this to implement the Radix Vue TagsInput component: https://www.radix-vue.com/components/tags-input.html in v3.

Although you can already use the InputMenu with multiple: https://ui3.nuxt.dev/components/input-menu#multiple