3.0.13 • Published 2 years ago
react-animarker v3.0.13
React Animarker
Animarker is a \<mark> component that animates once in the viewport.
Getting Started
Installation
npm i react-animarkerOr, if you are using yarn:
yarn add react-animarkerUsage
Import the component and use it as a regular mark tag. Eg.:
import { Animarker } from "react-animarker";Types
React Animarker was built on Typescript, so types are included in the package without the need to add extra types.