Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdown supports nesting #1865

Closed
icarusion opened this issue Jun 13, 2024 · 1 comment
Closed

Dropdown supports nesting #1865

icarusion opened this issue Jun 13, 2024 · 1 comment
Labels
enhancement New feature or request v3 #1289 wontfix-v2 This will not be fixed in `v2.x`.

Comments

@icarusion
Copy link

Description

UI looks like this:
image

Additional context

An API might look like this:

const items = [
 [
  {
    label: 'label',
    icon: 'icon',
    items: [
      [
        {
           //...
        }
      ]
    ]
  }
 ]
]
@icarusion icarusion added the enhancement New feature or request label Jun 13, 2024
Copy link
Member

This will be implemented in #1289.

@benjamincanac benjamincanac added the v3 #1289 label Jun 13, 2024 — with Volta.net
@benjamincanac benjamincanac added the wontfix-v2 This will not be fixed in `v2.x`. label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v3 #1289 wontfix-v2 This will not be fixed in `v2.x`.
Projects
None yet
Development

No branches or pull requests

2 participants