notily-react
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i notily-react

Weekly Downloads

0

Version

0.3.1

License

MIT

Unpacked Size

716 kB

Total Files

43

Last publish

Collaborators

  • randyliu6410