react-hover-highlight
v1.0.1
Published
Beautiful animated hover highlighted word for React.
Downloads
280
Maintainers
Readme
react-hover-highlight
Beautiful animated hover highlight for React.
Installation
npm install react-hover-highlightUsage
import HoverHighlight from "react-hover-highlight";
function App() {
return (
<HoverHighlight>
Hover me!
</HoverHighlight>
);
}