Carousel
carousel.Rd
A carousel.
Details
See carousel
Examples
carousel(
cyclic = NA,
style = "max-height: 30rem;",
htmltools::tags$img(
src = "https://sap.github.io/ui5-webcomponents/assets/images/sample1.jpg"
),
htmltools::tags$img(
src = "https://sap.github.io/ui5-webcomponents/assets/images/sample2.jpg"
),
htmltools::tags$img(
src = "https://sap.github.io/ui5-webcomponents/assets/images/sample3.jpg"
)
)
#> <ui5-carousel style="max-height: 30rem;">
#> <img src="https://sap.github.io/ui5-webcomponents/assets/images/sample1.jpg"/>
#> <img src="https://sap.github.io/ui5-webcomponents/assets/images/sample2.jpg"/>
#> <img src="https://sap.github.io/ui5-webcomponents/assets/images/sample3.jpg"/>
#> </ui5-carousel>