Преглед изворни кода

Fix a couple minor bugs

master
Garrick Aden-Buie пре 7 година
родитељ
комит
e950607909
3 измењених фајлова са 4 додато и 4 уклоњено
  1. +1
    -1
      R/columns.R
  2. +2
    -2
      R/layout_level.R
  3. +1
    -1
      man/bulma_column_options.Rd

+ 1
- 1
R/columns.R Прегледај датотеку

#' #'
#' @inheritParams bulma_column #' @inheritParams bulma_column
#' @examples #' @examples
#' bulma_column_options(size = "one-half", offset = "one-quarter")
#' bulma_column_options(size = "half", offset = "one-quarter")
#' #'
#' @export #' @export
bulma_column_options <- function(size = NULL, width = NULL, offset = NULL, narrow = NULL, bulma_column_options <- function(size = NULL, width = NULL, offset = NULL, narrow = NULL,

+ 2
- 2
R/layout_level.R Прегледај датотеку

item = level_item, item = level_item,
header = level_item_header header = level_item_header
) )
tag_f <- tag_function(container_tag)
tag_f <- tag_function(match.arg(container_tag))
x <- tag_f( x <- tag_f(
class = paste("level", if (is_mobile) "is-mobile"), class = paste("level", if (is_mobile) "is-mobile"),
level_side(left), level_side(left),
level_item_f(...), level_item_f(...),
level_side(right)
level_side(right, "right")
) )


x x

+ 1
- 1
man/bulma_column_options.Rd Прегледај датотеку

Bulma Column Options Bulma Column Options
} }
\examples{ \examples{
bulma_column_options(size = "one-half", offset = "one-quarter")
bulma_column_options(size = "half", offset = "one-quarter")


} }

Loading…
Откажи
Сачувај