import * as React from 'react'; import { Form, Slider, Button } from '@fluentui/react-northstar'; const FormExampleSlider = () => (
alert('Form submitted')}> ); export default FormExampleSlider;