platform-bible-react
    Preparing search index...

    Function ResizablePanelGroup

    • Accessible resizable panel groups and layouts with keyboard support. This component is built on react-resizable-panels and styled with Shadcn UI. See Shadcn UI documentation: https://ui.shadcn.com/docs/components/resizable See react-resizable-panels documentation: https://github.com/bvaughn/react-resizable-panels/tree/main/packages/react-resizable-panels

      Parameters

      • __namedParameters: Omit<HTMLAttributes<keyof HTMLElementTagNameMap>, "id"> & {
            autoSaveId?: null | string;
            className?: string;
            dir?: "auto" | "ltr" | "rtl";
            direction: Direction;
            id?: null | string;
            keyboardResizeBy?: null | number;
            onLayout?: null | PanelGroupOnLayout;
            storage?: PanelGroupStorage;
            style?: CSSProperties;
            tagName?: keyof HTMLElementTagNameMap;
        } & { children?: ReactNode } & RefAttributes<ImperativePanelGroupHandle>

      Returns Element