Content Gallery
Usage
app.html
app.ts
app.scss
Gallery styling properties
Attr
Type
Details
height
string
It is css height property. Logically work with values in pixels. If not set - gallery height will adjust to current card content height.
horizontalAlignment
string
It is horizontal alignment for all gallery cards. Can be: start, center, end. Card own horizontall alignmnent has higher importance.
verticalAlignment
string
It is vertical alignment. Can be: start, center, end. Card own vertical alignmnent has higher importance.
galleryInner
StylingModel
Standard styling StylingModel object.
nextButton
StylingModel
Standard styling StylingModel object.
previousButton
StylingModel
Standard styling StylingModel object.
galleryPagination
StylingModel
Standard styling StylingModel object.
paginationButton
StylingModel
Standard styling StylingModel object.
Gallery output properties
Attr
Details
onCardChanged
This event emitter is fired when card was changed and as parameter send that active card.
Gallery card styling properties
Attr
Type
Details
horizontalAlignment
string
It is horizontal alignment. Can be: start, center, end.
verticalAlignment
string
It is vertical alignment. Can be: start, center, end.
Gallery card output properties
Attr
Details
onNext
This card event emitter is fired when gallery 'next arrow' was clicked to go to next card.
onPrev
This card event emitter is fired when gallery 'previuos arrow' was clicked to go to previous card.
Last updated