File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -126,13 +126,13 @@ import styles from 'vue-pure-lightbox/dist/VuePureLightbox.css'
126
126
| open-at-index | integer | ** (Optional)** index of an image to show when opening the modal |
127
127
128
128
### Available slots:
129
- | Slot | Description | Default |
130
- | ------------- | ---------------------------------------------- | ----------------------------------------- |
131
- | content | Default value is hen you don't want a def | < ; img> ; tag with src set to path |
132
- | loader | DOM to be used when there is an image loading | LightboxDefaultLoader |
133
- | icon-close | Icon to be used as a close button | × ; (& ; times;) |
134
- | icon-previous | Icon to be used as the "next" arrow button | ![ ] ( https://i.imgur.com/HcdxJmd.png ) (svg) |
135
- | icon-next | Icon to be used as the "previous" arrow button | ![ ] ( https://i.imgur.com/oErSVk3.png ) (svg) |
129
+ | Slot | Description | Default |
130
+ | ------------- | ---------------------------------------------------- | ----------------------------------------- |
131
+ | content | DOM to be used in place of an image in the lightbox | < ; img> ; tag with src set to path |
132
+ | loader | DOM to be used when there is an image loading | LightboxDefaultLoader |
133
+ | icon-close | Icon to be used as a close button | × ; (& ; times;) |
134
+ | icon-previous | Icon to be used as the "next" arrow button | ![ ] ( https://i.imgur.com/HcdxJmd.png ) (svg) |
135
+ | icon-next | Icon to be used as the "previous" arrow button | ![ ] ( https://i.imgur.com/oErSVk3.png ) (svg) |
136
136
137
137
## Contents
138
138
This package consists of just one ` .vue ` file. It is meant to be as small and simple as possible.
You can’t perform that action at this time.
0 commit comments