react-bookreader-books-module

1.0.40 • Public • Published

react-bookreader-books-module

This module provides core components for books list page and book page (view mode and edit mode). This module includes own reducers and action creators.

If you want connect yur application with this module you should just import main components (SingleBook and BooksContainer) to your router.

Installation

Using npm:

$ npm install --save react-bookreader-books-module

Usage

//import BookReducer and BooksReducers from package and put it to combineReducers
import {bookReducer} from 'react-bookreader-books-module/build/index';
import {booksReducer} from 'react-bookreader-books-module/build/index';
 
// import views for books list and single book from package and use it with your routing
import {SingleBook} from 'react-bookreader-books-module/build/index';
import {BooksContainer} from 'react-bookreader-books-module/build/index';

Used libraries (necessary dependencies):

  1. react
  2. react-router
  3. react-router-dom
  4. material-ui
  5. react-router-redux
  6. react-custom-scrollbars
  7. styled-components
  8. react-dnd
  9. react-dnd-html5-backend
  10. react-dropzone
  11. react-image-crop

Readme

Keywords

none

Package Sidebar

Install

npm i react-bookreader-books-module

Weekly Downloads

3

Version

1.0.40

License

ISC

Unpacked Size

586 kB

Total Files

79

Last publish

Collaborators

  • antonpyrlyk
  • siriy_dimitriy