v0.2.5
- Added image tagging functionality. Optional
tags
prop takes an array of objects containing tag attributes.value
prop is the text shown on the tag andtitle
prop is the text shown when hovering over the tag.
e.g. tags: [{value: "Ocean", title: "Ocean"}, {value: "People", title: "People"}]