import * as React from 'react'; import { Input } from '@fluentui/react-northstar'; const InputExampleInline = () => (
Some text inline with the and more text.
); export default InputExampleInline;