mcamac / react-text-annotate

React components for interactively highlighting parts of text.
https://mcamac.github.io/react-text-annotate
MIT License
134 stars 52 forks source link

Allow render props to define the Mark #1

Closed gausie closed 6 years ago

gausie commented 6 years ago

Thanks for the work!

I was considering passing through a style object but this seems more customisable?

mcamac commented 6 years ago

This is great, thanks -- just curious, how'd you stumble upon this repo? I realized I have not added a .prettierrc or a LICENSE to this -- I will add these in the near future

gausie commented 6 years ago

I was looking around for some text token annotation solutions. I ended up not using this package for now, but would still be interested in contributing in the future!