Zurück

Entwickler-Tools

HTML zu JSX

Wandle HTML-Snippets in JSX-freundliches Markup um.

Kategorie

Entwickler-Tools

Tags

htmljsxreactKonverter
Mehr aus Entwickler-Tools
Eingabe

HTML zu JSX

htmljsxreactKonverter
Ausgabe

Converted JSX

<label htmlFor="email" className="field">
  <input type="email" style={{ backgroundColor: "#111", color: "white" }} />
</label>