Internal alternative Shiny UI function. This provides the same functionality as maidr_output() but is no longer recommended for direct use. Use maidr_output() and render_maidr() instead for better consistency.
maidr_widget_output(output_id, width = "100%", height = "400px")A Shiny widget output function for use in UI
The output variable to read the widget from
The width of the widget (default: "100percent")
The height of the widget (default: "400px")