issues
search
performant-software
/
react-components
A library of shared React components
https://performant-software.github.io/react-components/
MIT License
1
stars
1
forks
source link
Updated Lazy document to handle viewing PDF's without downloading.
#253
Closed
lwjameson
closed
8 months ago
lwjameson
commented
8 months ago
In this PR
Added ViewPDFButton which accepts a redirect URL to view a PDF
Refactored LazyDocument to include an option to allow viewing of a PDF
Refactored LazyDocument to not use CSS files imported from node_modules (
https://nextjs.org/docs/messages/css-npm
)
Not really sure if this is the best approach to get around this issue but have not found anything else that will successfully build the NextJS app.
In this PR