highlighter

A tiny package for highlighting a specific word from the passed text.

MIT License

Downloads
7
Stars
1
Committers
2

Text Hilighter

📝

A simple hilighter for hilighting the key that is passed from the given text.

Import

import highlighter from "simple-text-highlighter";

Usage

<span
    dangerouslySetInnerHTML={{
        __html: highlighter("test", "test test test maketestdsfk test")
    }}
/>

Preview