Build a Framework7 button
f7Button(
inputId = NULL,
label = NULL,
src = NULL,
color = NULL,
fill = TRUE,
outline = FALSE,
shadow = FALSE,
rounded = FALSE,
size = NULL,
active = FALSE
)
The input slot that will be used to access the value.
The contents of the button or link<U+2013>usually a text label, but you could also use any other HTML, like an image or f7Icon.
Button link.
Button color. Not compatible with outline. See here for valid colors https://framework7.io/docs/badge.html.
Fill style. TRUE by default. Not compatible with outline
Outline style. FALSE by default. Not compatible with fill.
Button shadow. FALSE by default. Only for material design.
Round style. FALSE by default.
Button size. NULL by default but also "large" or "small".
Button active state. Default to FALSE. This is useful when used in f7Segment with the strong parameter set to TRUE.