FunctionComponentCard({
title,
description,
installCommand = "npm install tailgrids",
className,
children,
note,
step
apps/docs/src/components/component-card.tsx:17
FunctionContextMenuContent({
className,
align = "start",
alignOffset = 4,
side = "right",
sideOffset = 0,
...props
}: Contex
apps/docs/src/registry/core/context-menu.tsx:31
FunctionDateField({
className,
orientation,
invalid,
required,
disabled,
readOnly,
...props
}: DateFieldProps<T>)
apps/docs/src/registry/core/date-field.tsx:42
FunctionDatePicker({
children,
disabled = false,
readOnly = false,
required = false,
invalid = false,
className,
.
apps/docs/src/registry/core/date-picker.tsx:26
FunctionDialog({
isOpen,
defaultOpen,
onOpenChange,
className,
showCloseButton = true,
children,
...props
}: D
apps/docs/src/registry/core/dialog.tsx:22