nuxt / ui

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

How to use a SelectMenu inside of dropdown? #1728

Closed alfredomtzrmz closed 2 weeks ago

alfredomtzrmz commented 2 weeks ago

Description

I want to use many SelectMenus inside my dropdown, like the example below... Is there some slot to add items without the items props? Screenshot 2024-04-29@2x

benjamincanac commented 2 weeks ago

Have you considered using a Popover instead? https://ui.nuxt.com/components/popover

alfredomtzrmz commented 2 weeks ago

Have you considered using a Popover instead? https://ui.nuxt.com/components/popover

You're right, thanks!