Hiyve Components - v1.0.0
    Preparing search index...

    Options for the useContainerBreakpoint hook.

    const { isBelowBreakpoint, containerRef } = useContainerBreakpoint(600, {
    initialValue: true,
    });
    interface UseContainerBreakpointOptions {
        initialValue?: boolean;
    }
    Index

    Properties

    Properties

    initialValue?: boolean

    Initial value for isBelowBreakpoint before the first measurement.

    false