React component for previewing any type of file from url
Download/Clone the repo .
Add the component FilePreview to your code
Add the css in your style.css
Import the component anywhere
Pass the url as prop
Example:
<FilePreview
url={file_url} />