Skip to content

CreateOrderDialog

File: dashboard/CreateOrderDialog.tsx

Category: dashboard

Props

NameTypeRequiredDescription
openbooleanYes-
onOpenChange(open: boolean) => voidYes-

Usage

tsx
import CreateOrderDialog from '@/components/dashboard/CreateOrderDialog';

<CreateOrderDialog {...props} />

Released under Commercial License