import { Dropdown, Flex } from '@fluentui/react-northstar'; import * as React from 'react'; const inputItems = ['Bruce Wayne', 'Natasha Romanoff', 'Steven Strange', 'Alfred Pennyworth']; const DropdownExampleDisabled = () => { return ( ); }; export default DropdownExampleDisabled;