mithril-materialized
    Preparing search index...

    Interface TabsOptions

    interface TabsOptions {
        duration?: number;
        onShow?: (tab: HTMLElement) => void;
        responsiveThreshold?: number;
        swipeable?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    duration?: number

    Duration of tab change animation in ms

    onShow?: (tab: HTMLElement) => void

    Called when a tab is shown

    responsiveThreshold?: number

    The maximum width at which tabs switch to swipeable mode

    swipeable?: boolean

    Enable swiping between tabs on mobile