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'}}).
如果這個工具幫到了你,可以請作者喝杯咖啡。
請我喝杯咖啡