some improvements to context menu
This commit is contained in:
parent
7e5af28ac2
commit
b9dbdb5aa9
9 changed files with 131 additions and 15 deletions
|
@ -15,6 +15,7 @@ export default function Experimental(props: ParentProps) {
|
|||
<Menu.Root>
|
||||
<Menu.Item command={goTo.withLabel('table').with('table')} />
|
||||
<Menu.Item command={goTo.withLabel('grid').with('grid')} />
|
||||
<Menu.Item command={goTo.withLabel('context-menu').with('context-menu')} />
|
||||
</Menu.Root>
|
||||
|
||||
{props.children}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue