print.muiMaterial: Print muiMaterial components

View source: R/browse.R

print.muiMaterialR Documentation

Print muiMaterial components

Description

When called interactively, renders the component in the IDE viewer panel. Otherwise, falls back to standard shiny.tag printing (raw HTML text).

Usage

## S3 method for class 'muiMaterial'
print(x, browse = interactive(), ...)

Arguments

x

A muiMaterial object (also inherits shiny.tag).

browse

Whether to render in viewer. Defaults to TRUE in interactive sessions.

...

Additional arguments passed to print.

Value

Invisibly returns x.


muiMaterial documentation built on March 15, 2026, 5:07 p.m.