platform-bible-react
    Preparing search index...

    Function CommandList

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

      Parameters

      • __namedParameters: Children & Pick<
            Pick<
                DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
                "key" | (keyof HTMLAttributes<HTMLDivElement>),
            > & { ref?: Ref<HTMLDivElement> } & { asChild?: boolean },
            "key" | (keyof HTMLAttributes<HTMLDivElement>) | "asChild",
        > & { label?: string } & RefAttributes<HTMLDivElement>
        • Optionallabel?: string

          Accessible label for this List of suggestions. Not shown visibly.

      Returns Element