Skip to content

Action

Action is a widget that provides an action that you can use in your menus.

Example

MenuWithActions.tsx
import { Action, Menu } from '@vixen-js/core-react';
export const Menu = () => {
return (
<Menu title="Main Menu">
<Action text="Your action" />
</Menu>
)
}

Learn more about Action