/notily-react

An annotation tool for react.

Primary LanguageJavaScript

notily-react

npm

An annotation tool for react.

notily-react demo

Installation

Install it from npm and include it in your React build process (using Webpack, Browserify, etc).

npm install --save notily-react

or:

yarn add notily-react

Usage

import { NotilyReact } from "notily-react";
import "notily-react/dist/style.css";

function App() {
  return (
    <>
      <NotilyReact options={{ ... }} />
    </>
  );
}

NotilyReactOptions

key type
className string (optional)
onComponentsChange (components: NotilyReactComponent[]) => void (optional)

License

MIT