fd_accordion: Accordion for Foundation UI

Description Usage Arguments Source

View source: R/accordion.R

Description

Creates an accordion that can contain accordion items that are individually able to be expanded and collapsed.

Usage

1
2
fd_accordion(..., items = NULL, multi_expand = FALSE,
  all_closed = FALSE)

Arguments

...

Tags of class accordion-item. Generated from fd_accordion_item.

items

A list of tags of class accordion-item. Generated from fd_accordion_item.

multi_expand

Logical, can more than one accordion item be expanded?

all_closed

Logical, should all items be closed on start-up?

Source

https://foundation.zurb.com/sites/docs/accordion.html


ashbaldry/shinyfoundation documentation built on Nov. 3, 2019, 1:57 p.m.