,可以通过CSS样式来实现。以下是一种可能的解决方案:
.form-container {
display: flex;
flex-direction: column;
align-items: center;
}
.input-field {
width: 300px; /* 根据需要调整输入字段的宽度 */
margin-bottom: 10px; /* 根据需要调整输入字段之间的间距 */
}
form-container
类名包裹Formspree.io的输入字段,并为每个输入字段添加input-field
类名。例如:import React from 'react';
import './YourComponent.css';
const YourComponent = () => {
return (
<div className="form-container">
<input className="input-field" type="text" name="name" placeholder="Name" />
<input className="input-field" type="email" name="email" placeholder="Email" />
{/* 其他输入字段 */}
<button type="submit">Submit</button>
</div>
);
}
export default YourComponent;
这样,Formspree.io的输入字段将在React中居中显示。你可以根据需要调整输入字段的宽度和间距。
请注意,这里没有提及任何特定的腾讯云产品或链接地址,因为与问题无关。如果你需要与腾讯云相关的产品和链接,请在具体的问题中提供相关要求。
领取专属 10元无门槛券
手把手带您无忧上云