bulmaCarouselItem: bulma carousel item

View source: R/bulma-carousel.R

bulmaCarouselItemR Documentation

bulma carousel item

Description

Create a carousel item https://wikiki.github.io/components/carousel/.

Usage

bulmaCarouselItem(
  background = TRUE,
  active = FALSE,
  src = NULL,
  title = NULL,
  url = NULL,
  url_text = NULL
)

Arguments

background

by default TRUE. The item background.

active

TRUE of FALSE. The item which will be displayed first has to be TRUE. All others will be FALSE.

src

Image path.

title

Item title.

url

External link, if any.

url_text

External link text, if any.


JohnCoene/shinybulma documentation built on Nov. 16, 2022, 6:42 p.m.