JayaKrishnaNamburu / highlighter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status semantic-release Commitizen friendly

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

Preview

About

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

License:MIT License


Languages

Language:JavaScript 100.0%