@21epub/epub-json-panel

epub-json-panel

Usage no npm install needed!

<script type="module">
  import 21epubEpubJsonPanel from 'https://cdn.skypack.dev/@21epub/epub-json-panel';
</script>

README

epub-json-panel

Made with create-storybook-react-library

NPM JavaScript Style Guide Build Status Codecov

Intro

This is a component for react.

Install

npm install --save @21epub/epub-json-panel

For Details: See Example

Developing and running on localhost

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

Testing

To run unit tests:

npm test

License

MIT © dxsixpc