nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

Home Page:https://ui.nuxt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use a SelectMenu inside of dropdown?

alfredomtzrmz opened this issue · comments

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

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

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

You're right, thanks!