import React from 'react'; const TextField = ({ label, placeholder, value, onChange, className, disabled = false, type = 'text', }) => (