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

react-files-preview

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-files-preview

A file view component for React apps with images preview, image editing, slider, download option and more.

  • 2.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
471
increased by8.53%
Maintainers
1
Weekly downloads
 
Created
Source

react-files-preview

Netlify Status codeql npm

react-files-preview

A file view component for react.

Installation

npm i react-files-preview

🚀 Demo

https://react-files-preview.netlify.app/

Usage

import { ReactFilesPreview } from 'react-files-preview'
import 'react-files-preview/dist/style.css'  /* import css file*/

function App() {
  return (
    <>
      <ReactFilesPreview />
    </>
  )
}

export default App

Props

NameTypeDefaultDescription
filesFile[][]Pass array of file objects for default files
urlstringnullSet image by passing image URL
downloadFilebooleantrueEnables file download
removeFilebooleantrueShow file remove icon on file hover
showFileSizebooleantrueShow file size under files
showSliderCountbooleantrueShow slides count under file slider
disabledbooleanfalseIf true, prevents user to add files by disabling the component
multiplebooleantrueAccepts one or more files
acceptstringComma-separated lists of file types. See MIME Types
maxFileSizenumberMaximum allowed file size in bytes e.g. 1024 x 1024 x 5 == 5MB
maxFilesnumberMaximum files allowed to be added
widthstringbasis-11/12Tailwind CSS flex-basis class https://tailwindcss.com/docs/flex-basis
heightstringTailwind CSS height class https://tailwindcss.com/docs/height
fileWidthstringw-44Tailwind CSS width class https://tailwindcss.com/docs/width
fileHeightstringh-32Tailwind CSS height class https://tailwindcss.com/docs/height
getFilefuncReturns all current files
onChangefuncReturns selected file(s)
onRemovefuncReturns the removed file
onErrorfuncReturns error message as string
onClickfuncReturns file on click

Keywords

FAQs

Package last updated on 07 Aug 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