importReactfrom'react'importHighlightfrom'../_highlight'importBodyfrom'../../pb_body/_body'constHighlightDefault=(props)=>(<div><HighlighthighlightedText={['highlight kit']}text="This is the Highlight Kit"{...props}/><br/><Body>{''}{'Hello this is a'}{''}<Highlighttext=" highlight wrapped"/></Body><br/><BodyhighlightedText={['highlighted','Body Kit ']}highlightingtext="This is text highlighted in the Body Kit using the text prop."{...props}/></div>)exportdefaultHighlightDefault
Things to Avoid
Avoid highlighting words that don’t apply or whole content areas.