Macro dmat_components::tabs

source ·
macro_rules! tabs {
    ($($methods:tt)*) => { ... };
}
Expand description

This macro is generated by the dominator-component-macros crate. For more information, see the TabsProps. All generated methods:

tabs! ({
    .tabs(<Into<Vec<Dom>>>)
    .tabs_signal_vec(<TtabsSignal : futures_signals :: signal_vec :: SignalVec < Item = Dom >>)
    .active_tab(<Option < usize >>)
    .active_tab_signal(<Tactive_tabSignal : futures_signals :: signal :: Signal < Item = Option <
usize > >>)
    .tab_click_handler(<TClickHandler>)
    .apply(<TApplyFn>)
});