import React from "react"; const InputText = ({ label, value, name, onChangeEvent, placeholder }) => { return (