nuxt / ui

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

Feature Request: Form Chip Input #931

Open stlucasgarcia opened 11 months ago

stlucasgarcia commented 11 months 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 11 months 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 11 months 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 4 months ago

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