Skip to content

Commit 75b7ccb

Browse files
committed
Updated documentation
1 parent 28cd774 commit 75b7ccb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ Then in any of your components
5959
<lightbox
6060
thumbnail="/path/to/thumbnail.jpg"
6161
:images="['/path/to/image1.jpg', '/path/to/image1.jpg']"
62-
></lightbox>
62+
>
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>
6366
```
6467

6568
---

0 commit comments

Comments
 (0)