Skip to content

Commit

Permalink
docs: invalid value for type argument
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed May 31, 2023
1 parent 3fd08c0 commit 0c6bfcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/spinkit-handler.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' \item flow
#' \item swing
#' \item circle
#' \item circle_fade
#' \item circle-fade
#' \item grid
#' \item fold
#' \item wander
Expand All @@ -35,7 +35,7 @@
#' ui = fluidPage(
#' useSpinkit(),
#' actionButton("render", "Render"),
#' spinkit(plotOutput("plot"))
#' spinkit(plotOutput("plot"), type = "circle-fade")
#' ),
#' server = function(input, output) {
#' output$plot <- renderPlot({
Expand Down
4 changes: 2 additions & 2 deletions man/spinkit.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c6bfcb

Please sign in to comment.