0.3.1 • Published 12 months ago

notily-react v0.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

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

keytype
classNamestring (optional)
onComponentsChange(components: NotilyReactComponent[]) => void (optional)

License

MIT

0.3.1

12 months ago

0.3.0

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.0

12 months ago