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