Versions in this module Expand all Collapse all v4 v4.2.0 Jul 5, 2026 v4.1.1 Jul 5, 2026 v4.1.0 Jul 5, 2026 v4.0.1 Jun 29, 2026 v4.0.0 Jun 29, 2026 Changes in this version + func AlertDialog(parseProps AlertDialogProps) ui.Node + func Combobox(parseProps ComboboxProps) ui.Node + func DatePicker(parseProps DatePickerProps) ui.Node + func Listbox(parseProps ListboxProps) ui.Node + func Menu(parseProps MenuProps) ui.Node + func RadioGroup(parseProps RadioGroupProps) ui.Node + func Table(parseProps TableProps) ui.Node + type AlertDialogProps struct + Buttons []DialogButton + ID string + Message string + OnDismiss func() + Title string + type ComboboxProps struct + ActiveID string + Expanded bool + ID string + Items []Item + Label string + Placeholder string + Value string + type DatePickerProps struct + ID string + Label string + Month time.Month + Selected int + Year int + type DialogButton struct + ID string + Label string + OnClick func() + Primary bool + type Item struct + Disabled bool + ID string + Label string + Selected bool + Value string + type ListboxProps struct + ActiveID string + ID string + Items []Item + Label string + MultiSelect bool + type MenuProps struct + ActiveID string + ID string + Items []Item + Label string + Open bool + type RadioGroupProps struct + ID string + Items []Item + Label string + Orientation string + type TableColumn struct + Header string + ID string + type TableProps struct + Caption string + Columns []TableColumn + ID string + Rows []map[string]string