import React from 'react' import {hot} from 'react-hot-loader' import {TextAnnotator, TokenAnnotator} from '../../src' const TEXT = `On Monday night , Mr. Fallon will have a co-host for the first time : The rapper Cardi B , who just released her first album, " Invasion of Privacy . "` const TAG_COLORS = { ORG: '#00ffa2', PERSON: '#84d2ff', } const Card = ({children}) => (
A React component for interactively highlighting parts of text.
{JSON.stringify(this.state.value, null, 2)}