Self-contained Vega-style UI components for Rabbita
Dependencies
RUI is experimental. Its API and component behavior may change before a stable release.
type AccordionEntrytype AlertDialogScopetype CarouselScopetype ComboboxScopetype CommandScopetype DataTableColumn[T]type DialogScopetype NavigationMenuItemScopetype NavigationMenuScopetype ResizableScopetype SelectScopetype SidebarScopetype TabEntrytype ToastScopefn ToastScope::show(self : ToastScope, title~ : String, description? : String, variant? : ToastVariant, duration_ms? : Int) -> Cmdfn accordion(items~ : Array[AccordionEntry], type_? : AccordionType, collapsible? : Bool, disabled? : Bool, default_value? : String, default_values? : Array[String], show_indicator? : Bool, force_mount? : Bool, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], item_style? : Array[String], trigger_style? : Array[String], content_style? : Array[String]) -> Val[Html]fn[C : IsChildren] accordion_content(value~ : String, open? : Bool, force_mount? : Bool, labelledby? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn accordion_entry(value~ : String, label~ : String, content~ : Html, disabled? : Bool) -> AccordionEntryfn[C : IsChildren] accordion_item(value~ : String, open? : Bool, disabled? : Bool, name? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] accordion_root(type_? : AccordionType, disabled? : Bool, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] accordion_trigger(value~ : String, open? : Bool, disabled? : Bool, controls? : String, show_indicator? : Bool, on_value_change? : Emit[String], id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] alert(variant? : AlertVariant, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] alert_action(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] alert_description(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] alert_dialog_action(scope : AlertDialogScope, disabled? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] alert_dialog_cancel(scope : AlertDialogScope, disabled? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] alert_dialog_content(scope : AlertDialogScope, described? : Bool, aria_label? : String, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], overlay_attrs? : Attrs, overlay_style? : Array[String], native_attrs? : Attrs, native_style? : Array[String], children : C) -> Htmlfn[C : IsChildren] alert_dialog_description(scope : AlertDialogScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] alert_dialog_footer(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] alert_dialog_header(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] alert_dialog_media(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn alert_dialog_overlay(scope : AlertDialogScope, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] alert_dialog_title(scope : AlertDialogScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] alert_dialog_trigger(scope : AlertDialogScope, variant? : ButtonVariant, size? : ButtonSize, disabled? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] alert_title(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] aspect_ratio(ratio? : Double, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] attachment(state? : AttachmentState, size? : AttachmentSize, orientation? : AttachmentOrientation, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] attachment_action(variant? : ButtonVariant, size? : ButtonSize, disabled? : Bool, aria_label? : String, on_click? : Cmd, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] attachment_actions(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] attachment_content(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] attachment_description(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] attachment_group(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] attachment_media(variant? : AttachmentMediaVariant, error? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] attachment_title(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] attachment_trigger(disabled? : Bool, on_click? : Cmd, aria_label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] avatar(size? : AvatarSize, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] avatar_badge(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] avatar_fallback(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] avatar_group(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] avatar_group_count(size? : AvatarSize, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] avatar_with_fallback(id~ : String, src~ : String, alt? : String, size? : AvatarSize, on_status_change? : Emit[AvatarImageStatus], class? : String, title? : String, attrs? : Attrs, style? : Array[String], image_attrs? : Attrs, image_style? : Array[String], fallback_attrs? : Attrs, fallback_style? : Array[String], fallback : C) -> Val[Html]fn[C : IsChildren] badge(variant? : BadgeVariant, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] badge_link(href~ : String, variant? : BadgeVariant, disabled? : Bool, aria_label? : String, target? : Target, rel? : String, download? : String, escape? : Bool, on_click? : Cmd, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] breadcrumb(aria_label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] breadcrumb_item(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] breadcrumb_link(href~ : String, target? : Target, rel? : String, download? : String, escape? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] breadcrumb_list(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] breadcrumb_page(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] bubble(variant? : BubbleVariant, align? : ContentAlignment, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] bubble_content(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] bubble_content_button(disabled? : Bool, type_? : String, aria_label? : String, on_click? : Cmd, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] bubble_group(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] bubble_reactions(side? : BubbleReactionSide, align? : ContentAlignment, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] button(variant? : ButtonVariant, size? : ButtonSize, disabled? : Bool, type_? : String, id? : String, class? : String, title? : String, name? : String, value? : String, autofocus? : Bool, on_click? : Cmd, attrs? : Attrs, style? : Array[String], slot? : String, children : C) -> Htmlfn[C : IsChildren] button_group(orientation? : SeparatorOrientation, id? : String, class? : String, title? : String, aria_label? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn button_group_separator(orientation? : SeparatorOrientation, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] button_group_text(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn calendar(default_month? : CalendarDate, default_selected? : CalendarDate, today? : CalendarDate, show_outside_days? : Bool, disabled? : Bool, aria_label? : String, on_select? : Emit[CalendarDate], on_month_change? : Emit[CalendarDate], id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, previous_attrs? : Attrs, next_attrs? : Attrs, grid_attrs? : Attrs, day_attrs? : Attrs, style? : Array[String], header_style? : Array[String], caption_style? : Array[String], nav_style? : Array[String], previous_style? : Array[String], next_style? : Array[String], grid_style? : Array[String], weekday_style? : Array[String], cell_style? : Array[String], day_style? : Array[String]) -> Val[Html]fn calendar_day_button(date~ : CalendarDate, selected? : Bool, today? : Bool, outside? : Bool, disabled? : Bool, focused? : Bool, on_select? : Emit[CalendarDate], on_focus_change? : Emit[CalendarDate], on_focus_move? : Emit[CalendarDate], id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn calendar_multiple(default_month? : CalendarDate, default_selected? : Array[CalendarDate], today? : CalendarDate, show_outside_days? : Bool, disabled? : Bool, aria_label? : String, on_select? : Emit[Array[CalendarDate]], on_month_change? : Emit[CalendarDate], id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, previous_attrs? : Attrs, next_attrs? : Attrs, grid_attrs? : Attrs, day_attrs? : Attrs, style? : Array[String], header_style? : Array[String], caption_style? : Array[String], nav_style? : Array[String], previous_style? : Array[String], next_style? : Array[String], grid_style? : Array[String], weekday_style? : Array[String], cell_style? : Array[String], day_style? : Array[String]) -> Val[Html]fn calendar_range(default_month? : CalendarDate, default_selected? : DateRange, today? : CalendarDate, show_outside_days? : Bool, disabled? : Bool, aria_label? : String, on_select? : Emit[DateRange], on_month_change? : Emit[CalendarDate], id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, previous_attrs? : Attrs, next_attrs? : Attrs, grid_attrs? : Attrs, day_attrs? : Attrs, style? : Array[String], header_style? : Array[String], caption_style? : Array[String], nav_style? : Array[String], previous_style? : Array[String], next_style? : Array[String], grid_style? : Array[String], weekday_style? : Array[String], cell_style? : Array[String], day_style? : Array[String]) -> Val[Html]fn[C : IsChildren] card(size? : CardSize, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] card_action(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] card_content(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] card_description(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] card_footer(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] card_header(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] card_title(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] carousel(count~ : Int, default_index? : Int, loop_? : Bool, orientation? : CarouselOrientation, aria_label? : String, on_index_change? : Emit[Int], id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : (CarouselScope) -> C) -> Val[Html]fn[C : IsChildren] carousel_content(scope~ : CarouselScope, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, track_attrs? : Attrs, style? : Array[String], track_style? : Array[String], children : C) -> Htmlfn[C : IsChildren] carousel_item(scope~ : CarouselScope, index~ : Int, aria_label? : String, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn carousel_next(scope~ : CarouselScope, disabled? : Bool, aria_label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn carousel_previous(scope~ : CarouselScope, disabled? : Bool, aria_label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] chart_container(aria_label? : String, aspect? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] chart_legend(position? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] chart_legend_content(position? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] chart_legend_item(color? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] chart_style(variables? : Array[(String, String)], id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] chart_tooltip(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] chart_tooltip_content(active? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn chart_tooltip_item(label~ : String, value~ : String, color? : String, indicator? : ChartIndicator, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] chart_tooltip_label(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[T : IsChildren, C : IsChildren] collapsible(default_open? : Bool, disabled? : Bool, show_indicator? : Bool, force_mount? : Bool, id? : String, trigger_id? : String, content_id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, trigger_attrs? : Attrs, content_attrs? : Attrs, style? : Array[String], trigger_style? : Array[String], content_style? : Array[String], content_body_style? : Array[String], trigger~ : T, content~ : C) -> Val[Html]fn[C : IsChildren] collapsible_content(open? : Bool, force_mount? : Bool, labelledby? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], body_style? : Array[String], children : C) -> Htmlfn[C : IsChildren] collapsible_root(open? : Bool, disabled? : Bool, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] collapsible_trigger(open? : Bool, disabled? : Bool, controls? : String, show_indicator? : Bool, on_open_change? : Emit[Bool], id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn combobox(id~ : String, options~ : Array[ComboboxOption], default_value? : String, default_values? : Array[String], multiple? : Bool, default_open? : Bool, placeholder? : String, empty_text? : String, disabled? : Bool, invalid? : Bool, required? : Bool, name? : String, side? : PopupSide, align? : PopupAlign, side_offset? : Int, align_offset? : Int, on_value_change? : Emit[String], on_values_change? : Emit[Array[String]], on_query_change? : Emit[String], on_open_change? : Emit[Bool], class? : String, title? : String, attrs? : Attrs, style? : Array[String], render? : (ComboboxScope) -> Html) -> Val[Html]fn[C : IsChildren] combobox_chip(scope~ : ComboboxScope, value~ : String, removable? : Bool, remove_label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] combobox_chips(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn combobox_chips_input(scope~ : ComboboxScope, aria_label? : String, auto_complete? : AutoComplete, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn combobox_clear(scope~ : ComboboxScope, label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] combobox_collection(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] combobox_content(scope~ : ComboboxScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] combobox_empty(visible? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] combobox_group(label_id? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn combobox_input(scope~ : ComboboxScope, aria_label? : String, auto_complete? : AutoComplete, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] combobox_item(scope~ : ComboboxScope, value~ : String, disabled? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] combobox_label(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] combobox_list(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn combobox_trigger(scope~ : ComboboxScope, aria_label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn combobox_value(scope~ : ComboboxScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], prefix? : Html) -> Htmlfn command(id~ : String, default_query? : String, should_filter? : Bool, filter? : (String, String, Array[String]) -> Bool, on_value_select? : Emit[String], on_query_change? : Emit[String], class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : (CommandScope) -> Html) -> Val[Html]fn command_dialog(id~ : String, default_open? : Bool, default_query? : String, should_filter? : Bool, filter? : (String, String, Array[String]) -> Bool, close_on_select? : Bool, close_on_escape? : Bool, close_on_overlay? : Bool, aria_label? : String, on_value_select? : Emit[String], on_query_change? : Emit[String], on_open_change? : Emit[Bool], on_close? : Emit[String], class? : String, title? : String, attrs? : Attrs, style? : Array[String], overlay_attrs? : Attrs, overlay_style? : Array[String], native_attrs? : Attrs, native_style? : Array[String], trigger? : (CommandScope) -> Html, children : (CommandScope) -> Html) -> Val[Html]fn[C : IsChildren] command_dialog_trigger(scope~ : CommandScope, variant? : ButtonVariant, size? : ButtonSize, disabled? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] command_empty(scope~ : CommandScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] command_group(scope~ : CommandScope, heading? : String, heading_id? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], heading_style? : Array[String], children : C) -> Htmlfn command_input(scope~ : CommandScope, placeholder? : String, aria_label? : String, auto_complete? : AutoComplete, disabled? : Bool, on_input? : Emit[String], id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], input_style? : Array[String]) -> Htmlfn[C : IsChildren] command_item(scope~ : CommandScope, value~ : String, keywords? : Array[String], disabled? : Bool, force_mount? : Bool, on_select? : Emit[String], on_click? : Cmd, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] command_list(scope~ : CommandScope, aria_label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] command_shortcut(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] context_menu_checkbox_item(scope : ContextMenuScope, value~ : String, disabled? : Bool, close_on_select? : Bool, on_checked_change? : Emit[Bool], on_select? : Cmd, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] context_menu_content(scope : ContextMenuScope, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] context_menu_group(aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] context_menu_item(scope : ContextMenuScope, disabled? : Bool, inset? : Bool, destructive? : Bool, close_on_select? : Bool, on_select? : Cmd, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] context_menu_label(inset? : Bool, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] context_menu_radio_group(scope : ContextMenuScope, value~ : String, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : (ContextMenuRadioGroupScope) -> C) -> Htmlfn[C : IsChildren] context_menu_radio_item(scope : ContextMenuRadioGroupScope, value~ : String, disabled? : Bool, close_on_select? : Bool, on_value_change? : Emit[String], on_select? : Cmd, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] context_menu_shortcut(class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] context_menu_sub(scope : ContextMenuScope, value~ : String, attrs? : Attrs, style? : Array[String], children : (ContextMenuSubScope) -> C) -> Htmlfn[C : IsChildren] context_menu_sub_content(scope : ContextMenuSubScope, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] context_menu_sub_trigger(scope : ContextMenuSubScope, disabled? : Bool, inset? : Bool, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] context_menu_trigger(scope : ContextMenuScope, tabindex? : Int, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[T] data_table(id~ : String, rows~ : Array[T], columns~ : Array[DataTableColumn[T]], row_key~ : (T) -> String, page_size? : Int, searchable? : Bool, selectable? : Bool, show_columns? : Bool, search_placeholder? : String, empty_text? : String, aria_label? : String, default_sort_key? : String, default_sort_descending? : Bool, default_selected? : Array[String], default_hidden_columns? : Array[String], on_selection_change? : Emit[Array[String]], on_query_change? : Emit[String], class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Val[Html]fn[T] data_table_column(key~ : String, label~ : String, value~ : (T) -> String, render? : (T) -> Html, sortable? : Bool, searchable? : Bool, hideable? : Bool, numeric? : Bool) -> DataTableColumn[T]fn date_picker(id~ : String, default_value? : CalendarDate, default_month? : CalendarDate, today? : CalendarDate, default_open? : Bool, show_outside_days? : Bool, placeholder? : String, disabled? : Bool, invalid? : Bool, aria_label? : String, side? : PopupSide, align? : PopupAlign, side_offset? : Int, align_offset? : Int, presets? : Array[DatePickerPreset], format_value? : (CalendarDate) -> String, on_value_change? : Emit[CalendarDate], on_open_change? : Emit[Bool], class? : String, title? : String, attrs? : Attrs, style? : Array[String], trigger_attrs? : Attrs, trigger_style? : Array[String], content_attrs? : Attrs, content_style? : Array[String], calendar_attrs? : Attrs, calendar_style? : Array[String], day_attrs? : Attrs, day_style? : Array[String], preset_style? : Array[String]) -> Val[Html]fn date_range_picker(id~ : String, default_value? : DateRange, default_month? : CalendarDate, today? : CalendarDate, default_open? : Bool, show_outside_days? : Bool, placeholder? : String, disabled? : Bool, invalid? : Bool, aria_label? : String, side? : PopupSide, align? : PopupAlign, side_offset? : Int, align_offset? : Int, format_value? : (DateRange) -> String, on_value_change? : Emit[DateRange], on_open_change? : Emit[Bool], class? : String, title? : String, attrs? : Attrs, style? : Array[String], trigger_attrs? : Attrs, trigger_style? : Array[String], content_attrs? : Attrs, content_style? : Array[String], calendar_attrs? : Attrs, calendar_style? : Array[String], day_attrs? : Attrs, day_style? : Array[String]) -> Val[Html]fn[C : IsChildren] dialog_close(scope : DialogScope, variant? : ButtonVariant, size? : ButtonSize, disabled? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dialog_content(scope : DialogScope, close_on_overlay? : Bool, show_close? : Bool, close_label? : String, described? : Bool, aria_label? : String, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], overlay_attrs? : Attrs, overlay_style? : Array[String], native_attrs? : Attrs, native_style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dialog_description(scope : DialogScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dialog_footer(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dialog_header(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn dialog_overlay(scope : DialogScope, close_on_overlay? : Bool, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] dialog_title(scope : DialogScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dialog_trigger(scope : DialogScope, variant? : ButtonVariant, size? : ButtonSize, disabled? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] direction(direction? : TextDirection, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] drawer_close(scope : DrawerScope, variant? : ButtonVariant, size? : ButtonSize, disabled? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] drawer_content(scope : DrawerScope, direction? : DrawerDirection, close_on_overlay? : Bool, show_handle? : Bool, show_close? : Bool, close_label? : String, described? : Bool, aria_label? : String, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], overlay_attrs? : Attrs, overlay_style? : Array[String], native_attrs? : Attrs, native_style? : Array[String], children : C) -> Htmlfn[C : IsChildren] drawer_description(scope : DrawerScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] drawer_footer(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn drawer_handle(direction? : DrawerDirection, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] drawer_header(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn drawer_overlay(scope : DrawerScope, close_on_overlay? : Bool, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] drawer_title(scope : DrawerScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] drawer_trigger(scope : DrawerScope, variant? : ButtonVariant, size? : ButtonSize, disabled? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dropdown_menu_checkbox_item(scope : DropdownMenuScope, value~ : String, disabled? : Bool, close_on_select? : Bool, on_checked_change? : Emit[Bool], on_select? : Cmd, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dropdown_menu_content(scope : DropdownMenuScope, side? : PopupSide, align? : PopupAlign, side_offset? : Int, align_offset? : Int, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dropdown_menu_group(aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dropdown_menu_item(scope : DropdownMenuScope, disabled? : Bool, inset? : Bool, destructive? : Bool, close_on_select? : Bool, on_select? : Cmd, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dropdown_menu_label(inset? : Bool, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dropdown_menu_radio_group(scope : DropdownMenuScope, value~ : String, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : (DropdownMenuRadioGroupScope) -> C) -> Htmlfn[C : IsChildren] dropdown_menu_radio_item(scope : DropdownMenuRadioGroupScope, value~ : String, disabled? : Bool, close_on_select? : Bool, on_value_change? : Emit[String], on_select? : Cmd, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dropdown_menu_shortcut(class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dropdown_menu_sub(scope : DropdownMenuScope, value~ : String, attrs? : Attrs, style? : Array[String], children : (DropdownMenuSubScope) -> C) -> Htmlfn[C : IsChildren] dropdown_menu_sub_content(scope : DropdownMenuSubScope, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dropdown_menu_sub_trigger(scope : DropdownMenuSubScope, disabled? : Bool, inset? : Bool, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] dropdown_menu_trigger(scope : DropdownMenuScope, variant? : ButtonVariant, size? : ButtonSize, disabled? : Bool, aria_label? : String, on_click? : Cmd, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] empty(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] empty_content(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] empty_description(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] empty_header(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] empty_media(variant? : EmptyMediaVariant, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] empty_title(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] field(orientation? : FieldOrientation, disabled? : Bool, invalid? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] field_content(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] field_description(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] field_error(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] field_group(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] field_label(for_? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] field_legend(variant? : FieldLegendVariant, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] field_separator(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] field_set(disabled? : Bool, name? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] field_title(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] form(action? : String, name? : String, on_submit? : Cmd, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] form_control(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] form_description(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] form_field(name~ : String, invalid? : Bool, required? : Bool, describedby? : String, errormessage? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] form_item(invalid? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] form_label(for_? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] form_message(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[T : IsChildren, C : IsChildren] hover_card(id~ : String, href? : String, target? : Target, rel? : String, download? : String, escape? : Bool, default_open? : Bool, disabled? : Bool, open_delay? : Int, close_delay? : Int, hoverable? : Bool, side? : PopupSide, align? : PopupAlign, side_offset? : Int, align_offset? : Int, trigger_variant? : ButtonVariant, trigger_size? : ButtonSize, aria_labelledby? : String, aria_describedby? : String, on_open_change? : Emit[Bool], on_trigger_click? : Cmd, attrs? : Attrs, style? : Array[String], trigger_attrs? : Attrs, trigger_style? : Array[String], content_attrs? : Attrs, content_style? : Array[String], trigger : T, content : C) -> Val[Html]fn[C : IsChildren] hover_card_content(id~ : String, trigger_id~ : String, open? : Bool, side? : PopupSide, align? : PopupAlign, side_offset? : Int, align_offset? : Int, aria_labelledby? : String, aria_describedby? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] hover_card_trigger(content_id~ : String, href~ : String, open? : Bool, disabled? : Bool, open_delay? : Int, close_delay? : Int, variant? : ButtonVariant, size? : ButtonSize, target? : Target, rel? : String, download? : String, escape? : Bool, on_click? : Cmd, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn input(input_type? : InputType, name? : String, value? : String, checked? : Bool, read_only? : Bool, multiple? : Bool, accept? : String, placeholder? : String, auto_complete? : AutoComplete, max? : Int, min? : Int, step? : Int, maxlength? : Int, minlength? : Int, pattern? : String, size? : Int, width? : Int, height? : Int, id? : String, class? : String, title? : String, hidden? : Bool, disabled? : Bool, required? : Bool, autofocus? : Bool, list? : String, inputmode? : String, invalid? : Bool, on_change? : Emit[String], on_input? : Emit[String], attrs? : Attrs, style? : Array[String], slot? : String) -> Htmlfn[C : IsChildren] input_group(disabled? : Bool, invalid? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] input_group_addon(align? : InputGroupAddonAlign, for_? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] input_group_button(size? : InputGroupButtonSize, variant? : ButtonVariant, disabled? : Bool, on_click? : Cmd, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn input_group_input(input_type? : InputType, name? : String, value? : String, placeholder? : String, read_only? : Bool, disabled? : Bool, required? : Bool, autofocus? : Bool, invalid? : Bool, on_change? : Emit[String], on_input? : Emit[String], id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] input_group_text(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn input_group_textarea(name? : String, value? : String, rows? : Int, cols? : Int, placeholder? : String, read_only? : Bool, disabled? : Bool, required? : Bool, autofocus? : Bool, invalid? : Bool, on_change? : Emit[String], on_input? : Emit[String], id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn input_otp(id~ : String, max_length? : Int, default_value? : String, separator_after? : Int, disabled? : Bool, invalid? : Bool, aria_label? : String, inputmode? : String, pattern? : String, on_value_change? : Emit[String], on_complete? : Emit[String], class? : String, title? : String, attrs? : Attrs, input_attrs? : Attrs, style? : Array[String], render? : (InputOtpScope) -> Html) -> Val[Html]fn[C : IsChildren] input_otp_group(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn input_otp_slot(scope~ : InputOtpScope, index~ : Int, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] item(variant? : ItemVariant, size? : ItemSize, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] item_actions(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] item_content(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] item_description(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] item_footer(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] item_group(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] item_header(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] item_link(href~ : String, variant? : ItemVariant, size? : ItemSize, disabled? : Bool, aria_label? : String, target? : Target, rel? : String, download? : String, escape? : Bool, on_click? : Cmd, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] item_media(variant? : ItemMediaVariant, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] item_title(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] kbd(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] kbd_group(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] label(for_? : String, disabled? : Bool, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] marker(variant? : MarkerVariant, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] marker_content(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] marker_icon(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] marker_link(href~ : String, variant? : MarkerVariant, disabled? : Bool, aria_label? : String, target? : Target, rel? : String, download? : String, escape? : Bool, on_click? : Cmd, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn menubar(id~ : String, default_value? : String, default_checked_values? : Array[String], default_radio_values? : Array[(String, String)], on_value_change? : Emit[String?], aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : (MenubarScope) -> Html) -> Val[Html]fn[C : IsChildren] menubar_checkbox_item(scope : MenubarMenuScope, value~ : String, disabled? : Bool, close_on_select? : Bool, on_checked_change? : Emit[Bool], on_select? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] menubar_content(scope : MenubarMenuScope, side_offset? : Int, align_offset? : Int, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] menubar_group(aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] menubar_item(scope : MenubarMenuScope, disabled? : Bool, inset? : Bool, destructive? : Bool, close_on_select? : Bool, on_select? : Cmd, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] menubar_label(inset? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] menubar_menu(scope : MenubarScope, value~ : String, attrs? : Attrs, style? : Array[String], children : (MenubarMenuScope) -> C) -> Htmlfn[C : IsChildren] menubar_radio_group(scope : MenubarMenuScope, value~ : String, aria_label? : String, attrs? : Attrs, style? : Array[String], children : (MenubarRadioGroupScope) -> C) -> Htmlfn[C : IsChildren] menubar_radio_item(scope : MenubarRadioGroupScope, value~ : String, disabled? : Bool, close_on_select? : Bool, on_value_change? : Emit[String], on_select? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn menubar_root(id~ : String, default_value? : String, default_checked_values? : Array[String], default_radio_values? : Array[(String, String)], on_value_change? : Emit[String?], aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : (MenubarScope) -> Html) -> Val[Html]fn[C : IsChildren] menubar_sub(scope : MenubarMenuScope, value~ : String, attrs? : Attrs, style? : Array[String], children : (MenubarSubScope) -> C) -> Htmlfn[C : IsChildren] menubar_sub_content(scope : MenubarSubScope, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] menubar_sub_trigger(scope : MenubarSubScope, disabled? : Bool, inset? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] menubar_trigger(scope : MenubarMenuScope, disabled? : Bool, aria_label? : String, on_click? : Cmd, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] message(align? : ContentAlignment, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] message_avatar(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] message_content(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] message_footer(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] message_group(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] message_header(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] message_scroller(id~ : String, default_at_end? : Bool, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : (MessageScrollerScope) -> C) -> Val[Html]fn[C : IsChildren] message_scroller_button(scope~ : MessageScrollerScope, direction? : MessageScrollDirection, label? : String, variant? : ButtonVariant, size? : ButtonSize, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] message_scroller_content(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] message_scroller_item(scroll_anchor? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] message_scroller_viewport(scope~ : MessageScrollerScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] native_select(size? : NativeSelectSize, value? : String, name? : String, disabled? : Bool, required? : Bool, autofocus? : Bool, invalid? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_change? : Emit[String], attrs? : Attrs, style? : Array[String], wrapper_style? : Array[String], children : C) -> Htmlfn[C : IsChildren] native_select_optgroup(label? : String, disabled? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] native_select_option(value? : String, selected? : Bool, disabled? : Bool, label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] navigation_menu_content(scope : NavigationMenuItemScope, side_offset? : Int, align_offset? : Int, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn navigation_menu_indicator(scope : NavigationMenuItemScope, class? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] navigation_menu_item(scope : NavigationMenuScope, value~ : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : (NavigationMenuItemScope) -> C) -> Htmlfn[C : IsChildren] navigation_menu_link(href~ : String, active? : Bool, target? : Target, rel? : String, download? : String, escape? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] navigation_menu_list(scope : NavigationMenuScope, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] navigation_menu_trigger(scope : NavigationMenuItemScope, disabled? : Bool, aria_label? : String, on_click? : Cmd, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] navigation_menu_viewport(scope : NavigationMenuScope, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] pagination(aria_label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] pagination_content(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] pagination_item(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] pagination_link(href~ : String, is_active? : Bool, disabled? : Bool, size? : ButtonSize, aria_label? : String, target? : Target, rel? : String, download? : String, escape? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[T : IsChildren, C : IsChildren] popover(id~ : String, default_open? : Bool, disabled? : Bool, modal? : Bool, initial_focus? : Bool, initial_focus_id? : String, restore_focus? : Bool, final_focus_id? : String, side? : PopupSide, align? : PopupAlign, side_offset? : Int, align_offset? : Int, trigger_variant? : ButtonVariant, trigger_size? : ButtonSize, title_id? : String, description_id? : String, on_open_change? : Emit[Bool], attrs? : Attrs, style? : Array[String], trigger_attrs? : Attrs, trigger_style? : Array[String], content_attrs? : Attrs, content_style? : Array[String], trigger : T, content : C) -> Val[Html]fn[C : IsChildren] popover_anchor(id~ : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] popover_close_button(target_id~ : String, disabled? : Bool, variant? : ButtonVariant, size? : ButtonSize, aria_label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] popover_content(id~ : String, trigger_id~ : String, open? : Bool, modal? : Bool, initial_focus? : Bool, initial_focus_id? : String, restore_focus? : Bool, final_focus_id? : String, side? : PopupSide, align? : PopupAlign, side_offset? : Int, align_offset? : Int, title_id? : String, description_id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] popover_description(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] popover_header(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] popover_title(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] popover_trigger(target_id~ : String, open? : Bool, disabled? : Bool, variant? : ButtonVariant, size? : ButtonSize, on_click? : Cmd, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] progress_label(value? : Int, min? : Int, max? : Int, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] progress_track(value? : Int, min? : Int, max? : Int, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] radio_group(default_value? : String, name? : String, disabled? : Bool, required? : Bool, invalid? : Bool, orientation? : RadioGroupOrientation, on_value_change? : Emit[String], id? : String, class? : String, title? : String, aria_label? : String, attrs? : Attrs, style? : Array[String], children : (RadioGroupScope) -> C) -> Val[Html]fn radio_group_item(scope~ : RadioGroupScope, value~ : String, disabled? : Bool, required? : Bool, invalid? : Bool, id? : String, class? : String, title? : String, aria_label? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] radio_group_root(orientation? : RadioGroupOrientation, id? : String, class? : String, title? : String, aria_label? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] resizable_group(id~ : String, default_sizes~ : Array[Int], min_sizes? : Array[Int], max_sizes? : Array[Int], orientation? : SeparatorOrientation, aria_label? : String, on_resize? : Emit[Array[Int]], class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : (ResizableGroupScope) -> C) -> Val[Html]fn resizable_group_handle(scope~ : ResizableGroupScope, between~ : Int, with_handle? : Bool, aria_label? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] resizable_group_panel(scope~ : ResizableGroupScope, index~ : Int, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn resizable_handle(scope~ : ResizableScope, with_handle? : Bool, aria_label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] resizable_panel(scope~ : ResizableScope, side~ : ResizablePanelSide, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] resizable_panel_group(id~ : String, default_size? : Int, min? : Int, max? : Int, orientation? : SeparatorOrientation, aria_label? : String, on_resize? : Emit[Int], class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : (ResizableScope) -> C) -> Val[Html]fn[C : IsChildren] scroll_area(orientation? : SeparatorOrientation, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] scroll_area_with_scrollbar(orientation? : SeparatorOrientation, id~ : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Val[Html]fn scroll_bar(orientation? : SeparatorOrientation, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn select(id~ : String, options~ : Array[SelectOption], default_value? : String, default_open? : Bool, placeholder? : String, disabled? : Bool, invalid? : Bool, required? : Bool, name? : String, side? : PopupSide, align? : PopupAlign, side_offset? : Int, align_offset? : Int, on_value_change? : Emit[String], on_open_change? : Emit[Bool], class? : String, title? : String, attrs? : Attrs, style? : Array[String], render? : (SelectScope) -> Html) -> Val[Html]fn[C : IsChildren] select_content(scope~ : SelectScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] select_group(label_id? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] select_item(scope~ : SelectScope, value~ : String, disabled? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] select_label(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn select_scroll_down_button(scope~ : SelectScope, label? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn select_scroll_up_button(scope~ : SelectScope, label? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn select_trigger(scope~ : SelectScope, aria_label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn select_value(scope~ : SelectScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], prefix? : Html) -> Htmlfn separator(orientation? : SeparatorOrientation, decorative? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], slot? : String) -> Htmlfn[C : IsChildren] sheet_close(scope : SheetScope, variant? : ButtonVariant, size? : ButtonSize, disabled? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sheet_content(scope : SheetScope, side? : SheetSide, close_on_overlay? : Bool, show_close? : Bool, close_label? : String, described? : Bool, aria_label? : String, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], overlay_attrs? : Attrs, overlay_style? : Array[String], native_attrs? : Attrs, native_style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sheet_description(scope : SheetScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sheet_footer(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sheet_header(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sheet_title(scope : SheetScope, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sheet_trigger(scope : SheetScope, variant? : ButtonVariant, size? : ButtonSize, disabled? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar(scope : SidebarScope, side? : SidebarSide, variant? : SidebarVariant, collapsible? : SidebarCollapsible, mobile? : Bool, aria_label? : String, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], overlay_attrs? : Attrs, overlay_style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_content(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_footer(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_group(id? : String, class? : String, title? : String, aria_label? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_group_action(disabled? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_group_content(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_group_label(scope? : SidebarScope, hide_when_collapsed? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_header(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_inset(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_menu(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_menu_action(show_on_hover? : Bool, disabled? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_menu_badge(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_menu_button(href? : String, is_active? : Bool, variant? : SidebarMenuButtonVariant, size? : SidebarMenuButtonSize, disabled? : Bool, aria_label? : String, target? : Target, rel? : String, download? : String, on_click? : Cmd, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_menu_button_with_tooltip(id~ : String, tooltip~ : String, href? : String, is_active? : Bool, variant? : SidebarMenuButtonVariant, size? : SidebarMenuButtonSize, disabled? : Bool, aria_label? : String, target? : Target, rel? : String, download? : String, on_click? : Cmd, on_tooltip_open_change? : Emit[Bool], class? : String, title? : String, attrs? : Attrs, style? : Array[String], tooltip_side? : PopupSide, tooltip_align? : PopupAlign, tooltip_side_offset? : Int, tooltip_align_offset? : Int, tooltip_show_arrow? : Bool, tooltip_attrs? : Attrs, tooltip_style? : Array[String], children : C) -> Val[Html]fn[C : IsChildren] sidebar_menu_item(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_menu_sub(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] sidebar_menu_sub_item(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn sidebar_rail(scope : SidebarScope, min_width? : Int, max_width? : Int, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] sidebar_trigger(scope : SidebarScope, mobile? : Bool, controls? : String, disabled? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_click? : Cmd, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn slider(id~ : String, default_value? : Int, min? : Int, max? : Int, step? : Int, large_step? : Int, orientation? : SeparatorOrientation, disabled? : Bool, aria_label? : String, on_value_change? : Emit[Int], on_value_commit? : Emit[Int], class? : String, title? : String, attrs? : Attrs, input_attrs? : Attrs, style? : Array[String]) -> Val[Html]fn slider_values(id~ : String, default_values~ : Array[Int], min? : Int, max? : Int, step? : Int, large_step? : Int, min_steps_between_values? : Int, orientation? : SeparatorOrientation, disabled? : Bool, aria_label? : String, on_value_change? : Emit[Array[Int]], on_value_commit? : Emit[Array[Int]], class? : String, title? : String, attrs? : Attrs, input_attrs? : Attrs, style? : Array[String]) -> Val[Html]fn[C : IsChildren] table_body(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] table_caption(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] table_cell(colspan? : Int, rowspan? : Int, headers? : String, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] table_footer(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] table_head(scope? : Scope, abbr? : String, colspan? : Int, rowspan? : Int, headers? : String, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] table_header(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] table_row(selected? : Bool, expanded? : Bool, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn tabs(items~ : Array[TabEntry], default_value? : String, orientation? : TabsOrientation, list_variant? : TabsListVariant, aria_label? : String, force_mount? : Bool, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, list_attrs? : Attrs, style? : Array[String], list_style? : Array[String], trigger_style? : Array[String], content_style? : Array[String]) -> Val[Html]fn[C : IsChildren] tabs_content(value~ : String, selected? : Bool, force_mount? : Bool, labelledby? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] tabs_list(orientation? : TabsOrientation, variant? : TabsListVariant, aria_label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] tabs_root(value? : String, orientation? : TabsOrientation, id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] tabs_trigger(value~ : String, selected? : Bool, disabled? : Bool, tab_stop? : Bool, controls? : String, on_value_change? : Emit[String], id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn textarea(name? : String, value? : String, rows? : Int, cols? : Int, placeholder? : String, read_only? : Bool, disabled? : Bool, maxlength? : Int, minlength? : Int, required? : Bool, autofocus? : Bool, wrap? : String, invalid? : Bool, id? : String, class? : String, title? : String, hidden? : Bool, on_change? : Emit[String], on_input? : Emit[String], attrs? : Attrs, style? : Array[String], slot? : String) -> Htmlfn[C : IsChildren] theme(mode? : ColorMode, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] toast(variant? : ToastVariant, open? : Bool, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] toast_action(on_click? : Cmd, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn toast_close(scope~ : ToastScope, toast_id~ : Int, label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String]) -> Htmlfn[C : IsChildren] toast_description(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] toast_title(id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] toggle(default_pressed? : Bool, variant? : ToggleVariant, size? : ToggleSize, disabled? : Bool, invalid? : Bool, id? : String, class? : String, title? : String, aria_label? : String, on_pressed_change? : Emit[Bool], attrs? : Attrs, style? : Array[String], slot? : String, children : C) -> Val[Html]fn[C : IsChildren] toggle_group(default_values? : Array[String], multiple? : Bool, orientation? : SeparatorOrientation, variant? : ToggleVariant, size? : ToggleSize, spacing? : Int, aria_label? : String, on_value_change? : Emit[Array[String]], id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : (ToggleGroupScope) -> C) -> Val[Html]fn[C : IsChildren] toggle_group_item(scope~ : ToggleGroupScope, value~ : String, disabled? : Bool, aria_label? : String, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[T : IsChildren, C : IsChildren] tooltip(id~ : String, default_open? : Bool, disabled? : Bool, delay? : Int, close_delay? : Int, close_on_click? : Bool, hoverable? : Bool, side? : PopupSide, align? : PopupAlign, side_offset? : Int, align_offset? : Int, show_arrow? : Bool, trigger_variant? : ButtonVariant, trigger_size? : ButtonSize, on_open_change? : Emit[Bool], on_trigger_click? : Cmd, attrs? : Attrs, style? : Array[String], trigger_attrs? : Attrs, trigger_style? : Array[String], content_attrs? : Attrs, content_style? : Array[String], arrow_attrs? : Attrs, arrow_style? : Array[String], trigger : T, content : C) -> Val[Html]fn[C : IsChildren] tooltip_content(id~ : String, trigger_id~ : String, open? : Bool, side? : PopupSide, align? : PopupAlign, side_offset? : Int, align_offset? : Int, show_arrow? : Bool, class? : String, title? : String, attrs? : Attrs, arrow_attrs? : Attrs, style? : Array[String], arrow_style? : Array[String], children : C) -> Htmlfn[C : IsChildren] tooltip_provider(delay? : Int, close_delay? : Int, timeout? : Int, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] tooltip_trigger(content_id~ : String, open? : Bool, disabled? : Bool, variant? : ButtonVariant, size? : ButtonSize, on_click? : Cmd, id? : String, class? : String, title? : String, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] typography_blockquote(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] typography_h1(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] typography_h2(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] typography_h3(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] typography_h4(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] typography_inline_code(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] typography_large(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] typography_lead(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] typography_list(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] typography_muted(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] typography_p(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> Htmlfn[C : IsChildren] typography_small(id? : String, class? : String, title? : String, hidden? : Bool, attrs? : Attrs, style? : Array[String], children : C) -> HtmlSelf-contained Vega-style UI components for Rabbita
Dependencies