diff --git a/README.md b/README.md index bf782e5..92553b1 100644 --- a/README.md +++ b/README.md @@ -98,10 +98,13 @@ Vue.use(Lightbox) | value | boolean | **(Optional)** reactive visibility prop | ### Available slots: -| Slot | Description | Default | -| ------- | --------------------------------------------- | ------------------------------------ | -| content | Default value is hen you don't want a def | <img> tag with src set to path | -| loader | DOM to be used when there is an image loading | No loader | +| Slot | Description | Default | +| ------------- | ---------------------------------------------- | ------------------------------------ | +| content | Default value is hen you don't want a def | <img> tag with src set to path | +| loader | DOM to be used when there is an image loading | No loader | +| icon-close | Icon to be used as a close button | × | +| icon-previous | Icon to be used as the "next" arrow button | | +| icon-next | Icon to be used as the "previous" arrow button | | ## Contents This package consists of just one `.vue` file. It is meant to be as small and simple as possible.