From 3c6a114913b934612611534f24fe1000433b3909 Mon Sep 17 00:00:00 2001 From: Mike DiDomizio Date: Mon, 3 Jul 2023 09:15:54 -0400 Subject: [PATCH] docs: update README about the svg arrow className prop --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e94a506..7d29a67 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ The `Relation` type has the following shape: sourceAnchor: 'top' | 'bottom' | 'left' | 'right' | 'middle', label: React.Node, order?: number, // higher order means arrow will be drawn on top of the others + className?: string, // CSS class selectors on the SVG arrow style: ArcherStyle, } ```