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