-
Any suggestions on how to create a Gallery page of images? At the moment I'm going for a Team Page, using the |
Beta Was this translation helpful? Give feedback.
Answered by
brc-dd
Aug 23, 2023
Replies: 1 comment 4 replies
-
You can use vue components in any markdown page. Write a custom one to render a gallery of images. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refer this as example: https://stackblitz.com/edit/vite-asrc1a?file=docs/index.md,docs/components/GalleryImage.vue,docs/components/Gallery.vue