sohanemon/use-search-highlight: Custom React hook that enables efficient text highlighting in React
The `useSearchHighlight` hook is a custom React hook designed for efficient text highlighting within a specified container element using the CSS Custom Highlight API. This method allows for dynamic and performance-friendly text highlighting by applying styles without altering the DOM structure. Ensure browser support for the CSS Custom Highlight API, as compatibility may vary. The project is licensed under the MIT License.