# react-annotate-text **Repository Path**: mirrors_Glavin001/react-annotate-text ## Basic Information - **Project Name**: react-annotate-text - **Description**: A custom react component for annotating text content inside an HTML - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-annotate-text code style: prettier A custom react component for annotating text content inside HTML [Demo](https://howareyouami.github.io/react-annotate-text) ## Installation ```bash npm install react-annotate-text ``` Feel free to replace with yarn counterparts. ## Usage ```javascript import ReactAnnoteText from "react-annotate-text"; ``` ```javascript ( )} hoverPopup={id => ( )} /> ``` See example directory for complete code. ## Contributing 1. Install dependencies ``` npm install ``` 2. Build lib ``` npm run transpile ``` 3. Run demo ``` npm start ```