import React from 'react' import PropTypes from 'prop-types'; import classNames from 'classnames'; const Input = ({type, name, label, onChange, value }) => { return(