FunctionCheckboxComponent({
ref,
id,
checked,
defaultChecked,
indeterminate = false,
disabled = false,
className,
size
docs/src/components/ui/Checkbox.tsx:34
FunctionColorCard({
colorName,
variants,
onClick,
onCopy,
selectedChannel,
showLabels = true,
aspectRatio = 'aspe
docs/src/components/ColorPalette/components/ColorCard.tsx:16
FunctionColorModal({
isOpen,
onClose,
colorName,
colorType,
colorVariant,
colorData,
onCopy,
}: ColorModalProps)
docs/src/components/ColorPalette/ColorModal.tsx:78
FunctionColorSidebarProvider({
children,
selectedCategory,
selectedColor,
searchQuery,
onCategoryChange,
onColorSelect,
onS
docs/src/components/ColorPalette/components/ColorSidebar.tsx:142
FunctionColorSwatch({
color,
name,
shade,
onClick,
size = 'md',
showLabel = true,
className = '',
}: ColorSwatchPro
docs/src/components/ColorPalette/ColorSwatch.tsx:11
FunctionColorSwatch({
name,
variants,
onClick,
showIcon = false,
icon,
})
docs/src/components/ColorPalette/components/ColorSwatch.tsx:17
FunctionCombobox({
options,
value,
defaultValue,
onValueChange,
inputValue,
onInputValueChange,
placeholder = 'S
templates/react-starter/src/components/ui/combobox/combobox.tsx:28
FunctionCommandPalette({
isOpen,
onClose,
onColorSelect,
searchQuery,
onSearchChange,
recentColors,
selectedChannel,
docs/src/components/ColorPalette/components/CommandPalette.tsx:32
FunctionDrawer({
open,
onOpenChange,
trigger,
title,
description,
side = 'bottom',
children,
}: DrawerProps)
templates/react-starter/src/components/ui/drawer/drawer.tsx:34
FunctionDropdown({
options,
value,
onChange,
placeholder,
className = '',
}: DropdownProps)
docs/src/components/ui/Dropdown.tsx:19
FunctionDropdownMenu({
children,
items,
align = 'start',
side = 'bottom',
header,
footer,
open,
onOpenChange,
de
templates/react-starter/src/components/ui/dropdown-menu/dropdown-menu.tsx:32
FunctionMaterialSwatch({
level,
variants,
onClick,
selectedChannel,
isDark,
})
docs/src/components/ColorPalette/components/GridMaterialColors.tsx:22
FunctionModal({
isOpen,
onClose,
children,
title,
size = 'md',
className,
}: ModalProps)
docs/src/components/ui/Modal.tsx:24
FunctionModalRoot({
open: openProp,
defaultOpen = false,
onOpenChange,
onExitComplete,
children,
...rest
}: ModalRo
templates/react-starter/src/components/ui/modal/atoms.tsx:20