FunctionRegularColors({
selectedVariant,
sortOrder,
selectedChannel,
onColorClick,
onCopy,
})
docs/src/components/ColorPalette/components/RegularColors.tsx:21
FunctionSelect({
options,
value,
defaultValue,
onValueChange,
placeholder = 'Select…',
disabled,
className,
}:
templates/react-starter/src/components/ui/select/select.tsx:25
FunctionSemanticColors({
selectedVariant,
selectedChannel,
selectedCategory,
onColorClick,
onCopy,
})
docs/src/components/ColorPalette/components/SemanticColors.tsx:16