import * as React from 'react'; import styled from 'styled-components'; import { FieldInput, Input, MultipleInput, Addon, TextArea } from '@vital-ui/react'; const FormWrapper = styled.div` max-width: 500px; padding: 40px; margin: auto; text-align: left; `; const Form = () => ( http://