R/components-extra.R

# Additional MUI components not listed in 'components.R' (e.g. @mui/lab
# components that don't appear in the @mui/material component index).

#' LoadingButton
#'
#' @description \url{https://mui.com/material-ui/react-button/}
#'
#' @param ... Props to pass to the component.
#' @return Object with \code{shiny.tag} class suitable for use in the UI of a Shiny app.
#' @note \code{LoadingButton} is part of \href{https://mui.com/material-ui/about-the-lab/}{\code{@mui/lab}},
#'   which is published on the MUI beta channel. Lab APIs may change in future minor
#'   releases.
#' @name LoadingButton
NULL

#' @rdname LoadingButton
#' @include aaa-utils.R
#' @export
LoadingButton <- component("LoadingButton", module = "@mui/lab")

Try the muiMaterial package in your browser

Any scripts or data that you put into this service are public.

muiMaterial documentation built on July 4, 2026, 1:06 a.m.