Skip to content

Could you make a-tree-menu component? #2329

@suwanuo

Description

@suwanuo
  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

Loop through the navigation tree menu

What does the proposed API look like?

:menuData

const menuData =[
{
key: '1',
title: 'Option 1',
},
{
key: '2',
title: 'Navigation 2',
children: [
{
key: '2.1',
title: 'Navigation 3',
children: [{ key: '2.1.1', title: 'Option 2.1.1' }],
},
],
},
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions