Skip to content

v0.2.5

Compare
Choose a tag to compare
@benhowell benhowell released this 26 Sep 09:21
· 446 commits to master since this release
  • Added image tagging functionality. Optional tags prop takes an array of objects containing tag attributes. value prop is the text shown on the tag and title prop is the text shown when hovering over the tag.

e.g. tags: [{value: "Ocean", title: "Ocean"}, {value: "People", title: "People"}]