@htmlbricks/hb-site-slideshow-horizontal 0.71.36 → 0.71.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -6
- package/main.iife.js.map +1 -1
- package/manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
# `hb-site-slideshow-horizontal`
|
|
1
|
+
# `hb-site-slideshow-horizontal` — integrator guide
|
|
2
2
|
|
|
3
|
-
**Category:** content
|
|
4
|
-
**Tags:** content, media
|
|
3
|
+
**Category:** content · **Tags:** content, media · **Package:** `@htmlbricks/hb-site-slideshow-horizontal`
|
|
5
4
|
|
|
6
|
-
|
|
5
|
+
## Summary
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
Horizontal slideshow strip that shows a window of image (or video-style) tiles, with previous/next arrows. Slides are **data-driven** (JSON); there are no light DOM slots.
|
|
9
8
|
|
|
10
|
-
##
|
|
9
|
+
## Behavior
|
|
11
10
|
|
|
12
11
|
- Accepts a **required** `data` payload: an ordered list of slides. Each slide must include a **`href`** (image URL). Entries without `href` are dropped.
|
|
13
12
|
- Slides are sorted by optional **`index`** (ascending), then renumbered internally from `0`.
|