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-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