Socket
Socket
Sign inDemoInstall

react-files-preview

Package Overview
Dependencies
132
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
43
decreased by-44.16%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 03 Nov 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc