Generate component

amb_card(
  ...,
  class = NULL,
  title = NULL,
  title_icon = NULL,
  title_class = NULL
)

amb_input_text(
  ...,
  id,
  label = NULL,
  value = "",
  input_class = NULL,
  hx_post = NULL
)

amb_button(..., class = "rounded-1", type = "button")

amb_htmlwidget(widget, ..., width = "100%", height = "400px")

Arguments

...

attributes to add to the container

class

customize

title

to customeize the title text

title_icon

to customize the title icon

title_class

to add more classes to the title

id

for the label and the input

label

customize

value

customize

input_class

customize

hx_post

customize

type

customize

widget

htmlwidget to convert as a shiny.tag

width

to customeize the width of the container

height

to customeize the width of the container