diff --git a/src/components/MoreMenutItems.js b/src/components/MoreMenutItems.js new file mode 100644 index 000000000..2201a7206 --- /dev/null +++ b/src/components/MoreMenutItems.js @@ -0,0 +1,36 @@ +import React from 'react'; +import { + Button, + Popover, + PopoverInteractionKind, + Position, + MenuItem, + Menu, +} from '@blueprintjs/core'; + +import { Icon, FormattedMessage as T } from 'components'; + +function MoreMenuItems({ payload: { onNotifyViaSMS } }) { + return ( + + } + /> + + } + interactionKind={PopoverInteractionKind.CLICK} + position={Position.BOTTOM_LEFT} + modifiers={{ + offset: { offset: '0, 4' }, + }} + > +