We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cd774 commit 75b7ccbCopy full SHA for 75b7ccb
README.md
@@ -59,7 +59,10 @@ Then in any of your components
59
<lightbox
60
thumbnail="/path/to/thumbnail.jpg"
61
:images="['/path/to/image1.jpg', '/path/to/image1.jpg']"
62
-></lightbox>
+>
63
+ <lightbox-default-loader slot="loader"></lightbox-default-loader> <!-- If you want to use built-in loader -->
64
+ <!-- <div slot="loader"></div> --> <!-- If you want to use your own loader -->
65
+</lightbox>
66
```
67
68
---
0 commit comments