Implement a pane to display picture info like in Google Photos #121
-
Beta Was this translation helpful? Give feedback.
Answered by
igordanchenko
May 8, 2023
Replies: 1 comment 1 reply
-
Since you want to render a sidebar outside the lightbox, you probably want to render your sidebar panel before the Here is a working demo - https://codesandbox.io/p/sandbox/yet-another-react-lightbox-121-6spot4?file=%2Fsrc%2FApp.tsx Please let me know if that's what you had in mind. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
amikem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since you want to render a sidebar outside the lightbox, you probably want to render your sidebar panel before the
Controller
module. You can achieve this by adding your component as a parent of theController
module.Here is a working demo - https://codesandbox.io/p/sandbox/yet-another-react-lightbox-121-6spot4?file=%2Fsrc%2FApp.tsx
Please let me know if that's what you had in mind.