Demo
None
Ava
Regina
<ThemeProvider><div style={{ padding: '16px', height: '800Px' }}><Button text="foo" /><br /><Button icon={<Options />} type="primary" text="foo" /><br /><OutlineButton icon={<Options />} type="primary" text="foo" /><br /><OutlineButton icon={<Options />} type="secondary" text="foo" /><br /><FlatButton icon={<Options />} type="error" text="foo" /><FlatButton icon={<Options />} type="success" text="foo" /><FlatButton icon={<Options />} type="warning" text="foo" /><br /><div style={{ padding: '16px' }}><Selectstyle={{ width: '300px' }}onChange={(event, value) => console.log({ selectedValue: value })}><Flex key="none" value={null}>None</Flex><Flex value={'Ava'}><AvatarWithNamesrc={'https://randomuser.me/api/portraits/women/82.jpg'}name={'Ava'}/></Flex><Flex value={'Regina'}><AvatarWithNamesrc={'https://randomuser.me/api/portraits/women/37.jpg'}name={'Regina'}/></Flex></Select></div></div></ThemeProvider>
<ThemeProvider><div style={{ padding: '16px' }}><ButtonMenuMultiLevelstyle={{ alignItems: 'stretch', display: 'flex' }}anchor={'left'}buttonWrapperStyle={{position: 'inherit',// fuck: 'eslint',height: '100%',alignItems: 'stretch',display: 'flex',}}BoxWrapperUIStyle={{width: 'auto',zIndex: 1,}}menuDescriptor={[{label: 'foo',children: [{ label: 'bar' }],},]}button={<UnstyledButtonstyle={{width: '32px',height: '100%',display: 'flex',alignItems: 'stretch',}}icon={<Options />}/>}/></div></ThemeProvider>