Guaxu Docs
    Preparing search index...

    Interface DialogButtonGroupProps

    interface DialogButtonGroupProps {
        children: ReactNode;
        stackButtonsOnMobile?: boolean;
    }
    Index

    Properties

    children: ReactNode
    stackButtonsOnMobile?: boolean

    whether the buttons should be stacked by default on devices with width <= 576px

    true