Input

作者:garerim0 点赞MIT

实时预览

源代码

export default function Component() {
  return (
    <input placeholder="Username" className="input" name="text" type="text" />
  );
}