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

x/netzo/deps/cmdk.ts>CommandList

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

Contains Item, Group, and Separator. Use the --cmdk-list-height CSS variable to animate height based on the number of results.

type

React.ForwardRefExoticComponent<Children & DivProps & React.RefAttributes<HTMLDivElement>>