You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importReactfrom"react";import{createRoot}from"react-dom/client";importHighlighterfrom"react-highlight-words";constroot=createRoot(document.getElementById("root"));root.render(<HighlighterhighlightClassName="YourHighlightClass"searchWords={["and","or","the"]}autoEscape={true}textToHighlight="The dog is chasing the cat. Or perhaps they're just playing?"/>);
It will mark all occurrences of search terms within the text:
https://github.com/bvaughn/react-highlight-words
Example:
It will mark all occurrences of search terms within the text:
https://github.com/chakra-ui/chakra-ui/blob/main/packages/components/layout/src/highlight.tsx
The text was updated successfully, but these errors were encountered: