Made with create-storybook-react-library
This is a component for react.
npm install --save @21epub/epub-json-panel
For Details: See Example
First install dependencies and then install peerDeps for storybook dev:
npm install
npm run install-peers
To run Example in hot module reloading mode:
npm start # or npm run storybook
To create a bundle library module build:
npm run build
To run unit tests:
npm test
MIT © dxsixpc