Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/deps/cmdk.ts>CommandGroup

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Latest
variable CommandGroup
import { CommandGroup } from "https://deno.land/x/netzo@0.5.108/deps/cmdk.ts";

Group command menu items together with a heading. Grouped items are always shown together.

type

React.ForwardRefExoticComponent<
& Children
& Omit<DivProps, "value" | "heading">
& { heading?: React.ReactNode; value?: string; }
& React.RefAttributes<HTMLDivElement>
>