Skip to content

Commit

Permalink
links + doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jun 19, 2024
1 parent 5d28c24 commit 08fe0f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions R/vars-adminlte.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

#' @title AdminLTE 2 custom variables
#'
#' @description Use any AdminLTE or Bootstrap variables to customize a \{shinydashboard\} theme.
#' @description Use any AdminLTE or Bootstrap variables to customize a shinydashboard theme.
#'
#' @param ... Variables to use, under the form \code{body_bg = "#FFF"} or \code{"body-bg" = "#FFF"}.
#'
Expand All @@ -25,7 +25,7 @@ adminlte_vars <- function(...) {
#' @title AdminLTE CSS colors variables
#'
#' @description Those variables can be used to customize
#' defaults colors in {shinydashboard}.
#' defaults colors in shinydashboard.
#'
#' @param light_blue Light blue (primary status), default to \Sexpr[results=rd, stage=install]{fresh:::rd_col("#3c8dbc")}.
#' @param red Red (danger status), default to \Sexpr[results=rd, stage=install]{fresh:::rd_col("#dd4b39")}.
Expand Down Expand Up @@ -166,7 +166,7 @@ adminlte_color <- function(light_blue = NULL,
#' @title AdminLTE CSS sidebar variables
#'
#' @description Those variables can be used to customize
#' the sidebar in {shinydashboard}.
#' the sidebar in shinydashboard.
#'
#' @param width Side bar width, default to \code{230px}.
#' @param dark_bg Background color (dark mode).
Expand Down Expand Up @@ -249,7 +249,7 @@ adminlte_sidebar <- function(width = NULL,
#' @title AdminLTE CSS global variables
#'
#' @description Those variables can be used to customize
#' global settings in {shinydashboard}.
#' global settings in shinydashboard.
#'
#' @param content_bg Background color of the body.
#' @param box_bg Default background color for boxes.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<!-- badges: start -->
[![version](http://www.r-pkg.org/badges/version/fresh)](https://CRAN.R-project.org/package=fresh)
[![Project Status: Active The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![Lifecycle: maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://lifecycle.r-lib.org/articles/stages.html#maturing)
[![R-CMD-check](https://github.com/dreamRs/fresh/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dreamRs/fresh/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/dreamRs/fresh/branch/master/graph/badge.svg)](https://codecov.io/gh/dreamRs/fresh?branch=master)
[![Codecov test coverage](https://codecov.io/gh/dreamRs/fresh/branch/master/graph/badge.svg)](https://app.codecov.io/gh/dreamRs/fresh?branch=master)
<!-- badges: end -->


Expand Down

0 comments on commit 08fe0f8

Please sign in to comment.