Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/cmdk.ts>CommandLoading

Deno-powered framework for building business web apps
Go to Latest
variable CommandLoading
import { CommandLoading } from "https://deno.land/x/netzo@0.3.91/deps/cmdk.ts";

You should conditionally render this with progress while loading asynchronous items.

type

React.ForwardRefExoticComponent<Children & { progress?: number; } & React.RefAttributes<HTMLDivElement>>