FunctionSpinner({
accessibilityLabel,
color = 'subtle',
delay = true,
label,
show,
size = 'md',
}: Props)
packages/gestalt/src/Spinner.tsx:51
FunctionSpinner({
accessibilityLabel,
delay = true,
label,
show: showProp,
size = 'lg',
color = 'default',
}: Pro
packages/gestalt/src/Spinner/VRSpinner.tsx:100
FunctionSpinnerBody({
accessibilityDescribedby,
accessibilityLabel,
delay,
show,
size,
color,
onExitAnimationEnd,
}
packages/gestalt/src/Spinner/VRSpinner.tsx:25
FunctionSticky({ bottom, children, height, left, right, top, zIndex }: Props)
packages/gestalt/src/Sticky.tsx:74
FunctionTable({
accessibilityLabel,
borderStyle,
children,
maxHeight,
stickyColumns,
}: Props)
packages/gestalt/src/Table.tsx:45
FunctionTableCell({
children,
colSpan,
rowSpan,
shouldBeSticky,
previousTotalWidth,
shouldHaveShadow,
}: Props)
packages/gestalt/src/TableCell.tsx:35
FunctionTableHeaderCell({
children,
colSpan,
previousTotalWidth,
rowSpan,
scope,
shouldBeSticky,
shouldHaveShadow,
}: P
packages/gestalt/src/TableHeaderCell.tsx:39
FunctionTableRowDrawer({
children,
drawerContents,
hoverStyle = 'none',
id,
selected,
}: Props)
packages/gestalt/src/TableRowDrawer.tsx:34
FunctionTableSortableHeaderCell({
align = 'start',
children,
colSpan,
onSortChange,
previousTotalWidth,
rowSpan,
scope,
shoul
packages/gestalt/src/TableSortableHeaderCell.tsx:87
FunctionTabs({
activeTabIndex,
bgColor = 'default',
onChange,
tabs,
size = 'sm',
wrap,
dataTestId,
}: Props)
packages/gestalt/src/Tabs.tsx:57
FunctionTabularDataModal({
title,
toggleTabularDataModal,
data,
tickFormatter,
labelMap,
modalZIndex,
isHorizontalLayout
packages/gestalt-charts/src/ChartGraph/TabularDataModal.tsx:39
FunctionTabularDataModal({
title,
isHorizontalLayout,
transformedTabularData,
onSortChange,
sortOrder,
sortCol,
}: Props)
packages/gestalt-charts/src/ChartGraph/TabularDataModalTable.tsx:18
FunctionTag({
accessibilityRemoveIconLabel,
disabled = false,
onRemove,
size = 'md',
text,
type = 'default',
packages/gestalt/src/Tag.tsx:101
FunctionTagData({
accessibilityRemoveIconLabel,
baseColor = 'primary',
color = '05',
disabled = false,
id,
onTap,
packages/gestalt/src/TagData.tsx:121
FunctionTd({
border = true,
children,
colspan = 1,
shrink = false,
color = 'default',
}: {
border?: boolean;
docs/docs-components/PropTable.tsx:89