Pass Through documentation for Gallery component
Some sections may not be visible due to the availability of the particular feature.
The component's PT demo referenced as gallery-pt is unavailable or does not exist.
Defines passthrough(pt) options of Gallery component.
| label | type | description |
|---|---|---|
| root | GalleryPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of GalleryBackdrop component.
| label | type | description |
|---|---|---|
| root | GalleryBackdropPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of GalleryContent component.
| label | type | description |
|---|---|---|
| root | GalleryContentPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of GalleryItem component.
| label | type | description |
|---|---|---|
| root | GalleryItemPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of GalleryNext component.
| label | type | description |
|---|---|---|
| root | GalleryNextPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of GalleryPrev component.
| label | type | description |
|---|---|---|
| root | GalleryPrevPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of GalleryToolbar component.
| label | type | description |
|---|---|---|
| root | GalleryToolbarPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of GalleryToolbarItem component.
| label | type | description |
|---|---|---|
| root | GalleryToolbarItemPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of GalleryThumbnail component.
| label | type | description |
|---|---|---|
| root | GalleryThumbnailPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of GalleryThumbnailContent component.
| label | type | description |
|---|---|---|
| root | GalleryThumbnailContentPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of GalleryThumbnailItem component.
| label | type | description |
|---|---|---|
| root | GalleryThumbnailItemPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |