Skip to main content

Diff

Function Diff 

Source
pub fn Diff(props: DiffProps) -> impl IntoView
Expand description

Renders a unified diff of the old and new signals, one row per line with old/new line numbers, a +/-/space marker, and per-kind styling.

ยงRequired Props