bulma_modal: Bulma Modal

Description Usage Arguments Functions See Also

View source: R/bulma-modal.R

Description

A classic modal overlay, in which you can include any content you want.

Modal

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
bulma_modal(..., active = FALSE, tag = tags$div)

bulma_modal_background(tag = tags$div)

bulma_modal_content(..., tag = tags$div)

bulma_modal_close(size = c("small", "medium", "large"), tag = tags$button)

bulma_modal_card(..., tag = tags$div)

bulma_modal_card_head(..., tag = tags$header)

bulma_modal_card_body(..., tag = tags$section)

bulma_modal_card_foot(..., tag = tags$footer)

bulma_modal_card_title(..., tag = tags$p)

Arguments

...

(tags) content

active

(flag) whether the modal is visible

tag

default HTML tag

size

(string) styling parameter

Functions

See Also

Other Bulma Components: bulma_breadcrumb(), bulma_card(), bulma_dropdown(), bulma_menu(), bulma_message(), bulma_navbar(), bulma_pagination(), bulma_panel(), bulma_tabs()


tjpalanca/bulma.R documentation built on Dec. 23, 2021, 10:58 a.m.