Hello,
I’m working on my portfolio site that I’m doing entirely in Dash. I’m looking to keep it all on a single page where I have a carousel of interactive dashboards/work I have done. Is this possible, or are carousels for images only?
Hello,
I’m working on my portfolio site that I’m doing entirely in Dash. I’m looking to keep it all on a single page where I have a carousel of interactive dashboards/work I have done. Is this possible, or are carousels for images only?
Only works with images, you could create a .gif of your graph and use that for the carousels
Also check out the image gallery i made, might be useful for what your looking for
Would an Accordion layout work for you?
I think you can put almost anything in an AccordionItem, though there may be a bit of extra work needed to deal with, say, viewport resizes while an AccordionItem is closed.
There are implementations in Dash Bootstrap Components and in Dash Mantine Components
https://dash-bootstrap-components.opensource.faculty.ai/docs/components/accordion/