UNPKG

box-ui-elements-test

Version:
17 lines (13 loc) 299 B
### Description Share Menu for an item, with some permission handling. ### Examples ```js <ShareMenu canInvite canShare isDownloadAllowed isPreviewAllowed onGetSharedLinkSelect={ () => alert('shared link!') } onInviteCollabSelect={ () => alert('invite collabs!') } /> ```