0.3.1 • Published 3 years ago
notily-react v0.3.1
notily-react
An annotation tool for react.

Installation
Install it from npm and include it in your React build process (using Webpack, Browserify, etc).
npm install --save notily-reactor:
yarn add notily-reactUsage
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