HTML 转 JSX 转换器
免费在线 HTML 转 JSX 工具,免安装。将 HTML 代码转换为 React JSX 格式
HTML to JSX Conversion
Convert HTML to React JSX format. This tool handles the necessary attribute conversions (class → className, for → htmlFor, style → {{}}) and self-closing tag adjustments.
▶What conversions are made?
class becomes className, for becomes htmlFor, style="..." becomes style={{...}}, and self-closing tags get the / suffix.
▶Does it support inline styles?
Yes. Inline style attributes are converted to camelCase and wrapped in double braces (style={{color: 'red'}}).
如果这个工具帮到了你,可以请作者喝杯咖啡。
请我喝杯咖啡