|
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/modifiers.R
- \name{bulma_color}
- \alias{bulma_color}
- \title{Bulma Color Helper Classes}
- \usage{
- bulma_color(text = NULL, background = NULL)
- }
- \arguments{
- \item{text}{One of "white", "black", "light", "dark", "primary", "info",
- "link", "success", "warning", "danger", "black-bis", "black-ter",
- "grey-darker", "grey-dark", "grey", "grey-light", "grey-lighter",
- "white-ter", "white-bis"}
-
- \item{background}{One of "white", "black", "light", "dark", "primary",
- "info", "link", "success", "warning", "danger", "black-bis", "black-ter",
- "grey-darker", "grey-dark", "grey", "grey-light", "grey-lighter",
- "white-ter", "white-bis"}
- }
- \value{
- String of modifer classes
- }
- \description{
- Bulma Color Helper Classes
- }
- \examples{
- bulma_color("white", "black")
- bulma_color("white", "primary")
-
- }
- \references{
- \url{https://bulma.io/documentation/modifiers/color-helpers}
- }
- \seealso{
- Other Bulma modifiers:
- \code{\link{bulma_helper}()},
- \code{\link{bulma_modifier}()},
- \code{\link{bulma_responsive_alignment}()},
- \code{\link{bulma_responsive_size}()},
- \code{\link{bulma_responsive}()},
- \code{\link{bulma_typography}()}
- }
- \concept{Bulma modifiers}
|