import * as React from 'react'; import { Form, Dropdown, Button } from '@fluentui/react-northstar'; const labelId = 'choose-friend-label'; const FormExample = () => (
{ alert('Form submitted'); }} > ); export default FormExample;