<ThemeProvider>
<ButtonMenuMultiLevel
style={{ alignItems: 'stretch', display: 'flex' }}
anchor={'right'}
buttonWrapperStyle={{
position: 'inherit',
height: '100%',
alignItems: 'stretch',
display: 'flex',
}}
BoxWrapperUIStyle={{
width: 'auto',
zIndex: 1,
}}
menuDescriptor={[{ label: 'foo' }]}
button={
<UnstyledButton
style={{
width: '32px',
height: '100%',
display: 'flex',
alignItems: 'stretch',
}}
icon={<Options />}
/>
}
/>
</ThemeProvider>