DocSpace-client/web/ASC.Web.Storybook/stories/group-buttons-menu/base/README.md

1.7 KiB

GroupButtonsMenu

Usage

import { GroupButtonsMenu } from 'asc-web-components';

Description

Menu for group actions on a page.

Usage

<GroupButtonsMenu checked={false} menuItems={menuItems} visible={true} />

Properties

Props Type Required Values Default Description
checked bool - - false Sets initial value of checkbox
menuItems array - - - Button collection
visible bool - - - Sets menu visibility
moreLabel string - - More Label for more button
closeTitle string - - Close Title for close menu button
onClick function - - - onClick action on GroupButton`s
onClose function - - - onClose action if menu closing
onChange function - - - onChange action on use selecting