Skip to content

Commit

Permalink
docs: update README about the svg arrow className prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedidomizio committed Jul 3, 2023
1 parent ebe1afd commit 3c6a114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
```
Expand Down

0 comments on commit 3c6a114

Please sign in to comment.