platform-bible-react
    Preparing search index...

    Function CommandGroup

    • Command menu for React. These components are built on cmdk and styled with Shadcn UI.

      Parameters

      • __namedParameters: Children & Omit<
            Pick<
                Pick<
                    DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
                    "key" | (keyof HTMLAttributes<HTMLDivElement>),
                > & { ref?: Ref<HTMLDivElement> } & { asChild?: boolean },
                "key" | (keyof HTMLAttributes<HTMLDivElement>) | "asChild",
            >,
            "value" | "heading",
        > & { forceMount?: boolean; heading?: ReactNode; value?: string } & RefAttributes<
            HTMLDivElement,
        >
        • OptionalforceMount?: boolean

          Whether this group is forcibly rendered regardless of filtering.

        • Optionalheading?: ReactNode

          Optional heading to render for this group.

        • Optionalvalue?: string

          If no heading is provided, you must provide a value that is unique for this group.

      Returns Element