DocSpace-client/web/ASC.Web.Storybook/stories/group-buttons-menu/base
2019-07-22 10:59:49 +03:00
..
base.group-buttons-menu.stories.js Web: Components: Added property's onClose, onClick, onChange at GroupButtonsMenu component. Fixed base and people stories for GroupButtonsMenu component. 2019-07-22 10:59:49 +03:00
README.md Web: Components: Added property's onClose, onClick, onChange at GroupButtonsMenu component. Fixed base and people stories for GroupButtonsMenu component. 2019-07-22 10:59:49 +03:00

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