|
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/modifiers.R
- \name{bulma_modifier}
- \alias{bulma_modifier}
- \title{Bulma Modifier Classes}
- \usage{
- bulma_modifier(color = NULL, size = NULL, state = NULL)
- }
- \arguments{
- \item{color}{"primary", "link", "info", "success", "warning", "danger"}
-
- \item{size}{"small", "medium", "large"}
-
- \item{state}{"outlined", "loading"}
- }
- \value{
- String of modifer classes
-
- String of modifier classes
- }
- \description{
- Bulma Modifier Classes
- }
- \examples{
- bulma_modifier(color = "primary", size = "large", state = "outlined")
- }
- \references{
- \url{https://bulma.io/documentation/modifiers/syntax/}
- }
- \seealso{
- Other Bulma modifiers:
- \code{\link{bulma_color}()},
- \code{\link{bulma_helper}()},
- \code{\link{bulma_responsive_alignment}()},
- \code{\link{bulma_responsive_size}()},
- \code{\link{bulma_responsive}()},
- \code{\link{bulma_typography}()}
- }
- \concept{Bulma modifiers}
|