ActionMoreMenu7 props
More Menu
MoreMenu is a three-dot button that opens a list of actions. Use it for secondary actions that don't need to be always visible, like in table rows, card headers, or toolbars.
공식 문서 열기Preview
More actions
Import
import {MoreMenu} from '@astryxdesign/core/MoreMenu';Astryx 문서 권장 방식대로 root barrel이 아니라 컴포넌트 subpath에서 가져옵니다.
When to use
MoreMenu is a three-dot button that opens a list of actions. Use it for secondary actions that don't need to be always visible, like in table rows, card headers, or toolbars.
moremenuoverflowkebabdotmenuthreedotellipsisdropdowncontextmenu
Important props
이 컴포넌트는 주요 variant prop보다 children/compound pattern 중심으로 사용합니다.
Theming targets
astryx-more-menu
Best practices
- DoUse for overflow or secondary actions; keep primary actions visible outside the menu.
- DoUse dividers or sections to group related actions when the menu has many items.
- Do notHide primary actions inside a MoreMenu; they should be directly visible.