React Text Maker โ
A React component for text highlighting and annotation with customizable themes and interactive features.
Try It Out โ
Basic Usage โ
jsx
import { ReactTextMaker } from 'react-text-maker';
function App() {
return (
<ReactTextMaker
text="Select this text to create a highlight annotation."
hint="Important"
/>
);
}
Features โ
- ๐จ Customizable highlight colors and themes
- ๐ฑ๏ธ Interactive text selection and highlighting
- โจ๏ธ Keyboard shortcuts support (Delete/Backspace to remove highlights)
- ๐ฏ Multiple highlight support with nested annotations
- ๐ Customizable hint text display
- ๐ญ Theme-based highlighting system
- โก Real-time highlight updates
- ๐งช Comprehensive test coverage
Installation โ
bash
# Using npm
npm install react-text-maker
# Using yarn
yarn add react-text-maker
# Using pnpm
pnpm add react-text-maker
Documentation Navigation โ
- Installation Guide - Learn how to install and configure
- API Documentation - View detailed API documentation
- Examples - Browse more usage examples