Input

作者:Maximinodotpy0 点赞MIT

实时预览

源代码

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