FunctionCodeBlockParts({
tabs,
lineNumbers,
wrap,
activeTabLabel,
onTabChange,
}: CodeBlockPartsProps)
apps/website/src/components/codeblock/codeblock.tsx:29
FunctionColorSlider({
className,
color,
setColor,
label,
disabled,
}: Props)
apps/website/src/components/color-slider.tsx:14
FunctionCopyButton({
className,
disabled,
children,
tooltipPosition = 'top',
onClick,
size = 'sm',
iconOnly = fals
apps/website/src/components/copy-button.tsx:16
FunctionIconCard({
className,
iconName,
selectedIcons,
svg,
setSelectedIcons,
}: Props)
apps/figma-plugin/src/components/IconCard/IconCard.tsx:15