Stimulus controller that renders a highlighted diff inside the element.
Connect a <div> to this controller and provide source-html and
target-text values. On connect (or when either value changes) the
controller runs diffText and sets the element's innerHTML to the
highlighted source HTML.
Stimulus controller that renders a highlighted diff inside the element.
Connect a
<div>to this controller and providesource-htmlandtarget-textvalues. On connect (or when either value changes) the controller runs diffText and sets the element'sinnerHTMLto the highlighted source HTML.Example
Optionally specify an
outputtarget to render into a nested element instead of the controller element itself.