bulma_color.RdBulma Color Helper Classes
bulma_color(text = NULL, background = NULL)
| 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" |
|---|---|
| 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" |
String of modifer classes
https://bulma.io/documentation/modifiers/color-helpers
bulma_color("white", "black")#> [1] "has-text-white has-background-black"bulma_color("white", "primary")#> [1] "has-text-white has-background-primary"