% 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{ https://bulma.io/documentation/modifiers/syntax/ } \seealso{ Bulma modifiers }