Input
作者:cohencoo♥ 0 点赞MIT
实时预览
源代码
export default function Component() {
return (
<input type="text" placeholder="Write here..." name="text" className="input" />
);
}export default function Component() {
return (
<input type="text" placeholder="Write here..." name="text" className="input" />
);
}