New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@choengteur/react-comic-viewer

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@choengteur/react-comic-viewer

react-comic-viewer is comic viewer for react.

  • 0.5.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-88.89%
Maintainers
1
Weekly downloads
 
Created
Source

react-comic-viewer

react-comic-viewer is comic viewer for react.

Features

  • SSR support
  • TypeScript support

Installation

npm i --save @choengteur/react-comic-viewer

Usage

import React from 'react';
import ComicViewer from '@choengteur/react-comic-viewer';

function App() {
  return <ComicViewer pages={['hoge.png', 'fuga.jpg', 'piyo.jpg', 'moge.jpg']} />;
}

export default App;

Props

ReturnTypeRequired
classNameObject
directionString
initialCurrentPageNumber
initialIsExpansionBoolean
showExpansionButtonBoolean
showMoveButtonBoolean
onChangeCurrentPageFunction
onChangeExpansionFunction
onClickCenterFunction
pagesArray
switchingRatioNumber
widthSizeNumber
textObject

Support

Full Screen API does not support iOS.

Therefore, the full screen button is not displayed on iOS.

Keywords

FAQs

Package last updated on 25 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc