Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8e53c11

Browse files
author
Max Lyashuk
committed
[DOCS] Add Params section to README
1 parent c49bfa8 commit 8e53c11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ npm run build
5353

5454
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
5555

56+
## Params
57+
58+
| Name | Type | Default | Required | Description |
59+
| --- | --- | --- | --- | --- |
60+
| `images` | Array | [] | `true` | Array of image urls that will be used in slider |
61+
| `body-class-on-zoom` | String | `zoom` | `false` | Class that will be added to the `body` while Zoom mode is active. Very useful to hide header/footer in Zoom mode. |
62+
5663
## Credits
5764

5865
- [kalicki](https://github.com/kalicki) for idea.

0 commit comments

Comments
 (0)