Description Usage Arguments Functions See Also
The button is an essential element of any design. It's meant to look and behave as an interactive element of your page.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | bulma_button(
...,
color = c("primary", "link", "info", "success", "warning", "danger", "white",
"black", "light", "dark", "ghost", "text"),
shade = c("light", "dark"),
size = c("small", "medium", "large", "normal"),
state = c("hovered", "focused", "active", "loading", "static"),
full_width = FALSE,
outlined = FALSE,
inverted = FALSE,
rounded = FALSE,
disabled = FALSE,
tag = tags$div
)
bulma_buttons(
...,
size = c("small", "medium", "large"),
attach = FALSE,
tag = tags$div
)
bulma_button_group(..., attach = FALSE, tag = tags$div)
bulma_button_delete(..., tag = tags$button)
|
... |
(tags) content |
color, shade, size, state, full_width, outlined, inverted, rounded |
styling parameters |
disabled |
(flag) whether button is clickable |
tag |
(fn) default HTML tag |
attach |
(flag) attach the buttons together |
bulma_button
: main button container
bulma_buttons
: buttons container; useful for button groups outside
of a form context.
bulma_button_group
: a set of buttons more likely useful in a form
bulma_button_delete
: a delete button for modals and other closables
Other Bulma Elements:
bulma_block()
,
bulma_box()
,
bulma_content()
,
bulma_icon()
,
bulma_image()
,
bulma_notification()
,
bulma_progress_bar()
,
bulma_table()
,
bulma_tag()
,
bulma_title()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.