Skip to content

Commit

Permalink
Merge pull request #1059 from triggerNZ/add_svg_key_attribute
Browse files Browse the repository at this point in the history
Add react key to SVG attributes
  • Loading branch information
japgolly authored Apr 26, 2022
2 parents 41c4c17 + 22f583d commit b0458a5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ trait SvgAttrs {

final def kerning = VdomAttr("kerning")

/** React key */
final val key = VdomAttr.Key

final def keySplines = VdomAttr("keySplines")

final def keyTimes = VdomAttr("keyTimes")
Expand Down

0 comments on commit b0458a5

Please sign in to comment.