Skip to content

Rutwik1801/react-annote

Repository files navigation

react-beautiful-annotation

Adding annotations has never been this easy. Integrate it using one simple step.

Installation

Install my-project with npm

  npm i react-beautiful-annotation

Usage/Examples

import {AnnotationWrapper} from 'react-beautiful-annotation'

export default function App() {
  return (<AnnotationWrapper>
            <YourComponents />
        </AnnotationWrapper>);
}

Tooltip position Customization

You can pass in a custom tooltipPosition prop to align the tooltip. Supported types:-

  • "bottom-center"
  • "bottom-left"
  • "bottom-right"
  • "left-center"
  • "right-center"
  • "top-center"
  • "top-left"
  • "top-right"

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •