0.4.0 • Published 3 years ago
react-comic-viewer v0.4.0
react-comic-viewer
react-comic-viewer is comic viewer for react.
Features
- SSR support
- TypeScript support
Installation
npm i --save react-comic-viewer
Usage
import React from "react";
import ComicViewer from "react-comic-viewer";
function App() {
return (
<ComicViewer pages={["hoge.png", "fuga.jpg", "piyo.jpg", "moge.jpg"]} />
);
}
export default App;Props
| Return | Type | Required |
|---|---|---|
| className | Object | |
| direction | String | |
| initialCurrentPage | Number | |
| initialIsExpansion | Boolean | |
| onChangeCurrentPage | Function | |
| onChangeExpansion | Function | |
| onClickCenter | Function | |
| pages | Array | ✓ |
| switchingRatio | Number | |
| text | Object |
Support
Full Screen API does not support iOS.
Therefore, the full screen button is not displayed on iOS.