Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-viewify

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-viewify

A package that simplifies the process of viewing media content.

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

React Viewify

The React Viewify is a react package for displaying various types of media content, including images, videos, and other multimedia sources. It offers a seamless and immersive viewing experience, making it an ideal choice for applications where media consumption is a key feature.

Table of Contents

  • 🚀 Features
  • 📦 Installation
  • 💻 Usage
  • ⚖️ License

Features

  • Support for Multiple Media Types (Only Images are supported for now.)
  • Clean and Intuitive User Interface
  • Responsive Design

Installation

To use this package, all you need to do is install react-viewify on the project you want to use.

# with npm
$ npm i react-viewify

Usage

To incorporate the React Viewify component into your React application, simply import it and pass in the media content you want to display.

import React from "react";
import { Viewify } from "react-viewify";

const App = () => {
	return (
		<>
			<Viewify 
                sources={["https://placehold.co/150", "https://placehold.co/300"]}
                thumbnails={["https://placehold.co/150", "https://placehold.co/300"]}
            />
		</>
	);
}

export default App;

License

MIT © Bibash Thapa Magar

Keywords

FAQs

Package last updated on 09 Oct 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