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

x/netzo/deps/cmdk.ts>CommandSeparator

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

A visual and semantic separator between items or groups. Visible when the search query is empty or alwaysRender is true, hidden otherwise.

type

React.ForwardRefExoticComponent<DivProps & { alwaysRender?: boolean; } & React.RefAttributes<HTMLDivElement>>