Input

作者:alexruix0 点赞MIT

实时预览

源代码

export default function Component() {
  return (
    <div className="input-group">
  <input required="" type="text" name="text" autoComplete="off" className="input" />
  <label className="user-label">First Name</label>
</div>
  );
}