@coinbase/cds-mcp-server 8.34.0 → 8.34.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/mcp-docs/mobile/components/Banner.txt +1 -1
- package/mcp-docs/mobile/components/Button.txt +2 -2
- package/mcp-docs/mobile/components/CellMedia.txt +1 -1
- package/mcp-docs/mobile/components/CheckboxCell.txt +1 -1
- package/mcp-docs/mobile/components/CheckboxGroup.txt +1 -1
- package/mcp-docs/mobile/components/DotSymbol.txt +1 -1
- package/mcp-docs/mobile/components/Icon.txt +1 -1
- package/mcp-docs/mobile/components/IconButton.txt +1 -1
- package/mcp-docs/mobile/components/PeriodSelector.txt +10 -1
- package/mcp-docs/mobile/components/PortalProvider.txt +2 -1
- package/mcp-docs/mobile/components/RadioCell.txt +1 -1
- package/mcp-docs/mobile/components/RadioGroup.txt +9 -28
- package/mcp-docs/mobile/components/Select.txt +9 -28
- package/mcp-docs/mobile/components/SelectAlpha.txt +38 -0
- package/mcp-docs/mobile/components/SelectOption.txt +1 -1
- package/mcp-docs/mobile/components/SparklineInteractiveHeader.txt +9 -6
- package/mcp-docs/mobile/components/TopNavBar.txt +9 -90
- package/mcp-docs/web/components/AreaChart.txt +1 -1
- package/mcp-docs/web/components/Avatar.txt +1 -1
- package/mcp-docs/web/components/AvatarButton.txt +271 -1
- package/mcp-docs/web/components/Banner.txt +2 -2
- package/mcp-docs/web/components/BarChart.txt +1 -1
- package/mcp-docs/web/components/Box.txt +264 -1
- package/mcp-docs/web/components/Button.txt +272 -3
- package/mcp-docs/web/components/Calendar.txt +1 -1
- package/mcp-docs/web/components/Carousel.txt +1 -1
- package/mcp-docs/web/components/CartesianChart.txt +1 -1
- package/mcp-docs/web/components/CellMedia.txt +1 -1
- package/mcp-docs/web/components/Checkbox.txt +2 -2
- package/mcp-docs/web/components/CheckboxCell.txt +2 -2
- package/mcp-docs/web/components/Chip.txt +1 -1
- package/mcp-docs/web/components/Coachmark.txt +1 -1
- package/mcp-docs/web/components/ContainedAssetCard.txt +1 -1
- package/mcp-docs/web/components/ContentCard.txt +264 -1
- package/mcp-docs/web/components/ContentCardBody.txt +264 -1
- package/mcp-docs/web/components/ContentCardFooter.txt +264 -1
- package/mcp-docs/web/components/ContentCardHeader.txt +263 -1
- package/mcp-docs/web/components/ContentCell.txt +260 -1
- package/mcp-docs/web/components/DateInput.txt +2 -2
- package/mcp-docs/web/components/DatePicker.txt +1 -1
- package/mcp-docs/web/components/Divider.txt +1 -1
- package/mcp-docs/web/components/DotSymbol.txt +1 -1
- package/mcp-docs/web/components/Fallback.txt +264 -1
- package/mcp-docs/web/components/FloatingAssetCard.txt +1 -1
- package/mcp-docs/web/components/Grid.txt +264 -1
- package/mcp-docs/web/components/GridColumn.txt +264 -1
- package/mcp-docs/web/components/HStack.txt +264 -1
- package/mcp-docs/web/components/Icon.txt +2 -2
- package/mcp-docs/web/components/IconButton.txt +272 -2
- package/mcp-docs/web/components/InputChip.txt +1 -1
- package/mcp-docs/web/components/Interactable.txt +272 -1
- package/mcp-docs/web/components/LineChart.txt +1 -1
- package/mcp-docs/web/components/Link.txt +271 -1
- package/mcp-docs/web/components/ListCell.txt +260 -1
- package/mcp-docs/web/components/MediaChip.txt +1 -1
- package/mcp-docs/web/components/Modal.txt +1 -1
- package/mcp-docs/web/components/ModalBody.txt +2 -2
- package/mcp-docs/web/components/ModalFooter.txt +1 -1
- package/mcp-docs/web/components/ModalHeader.txt +1 -1
- package/mcp-docs/web/components/MultiContentModule.txt +262 -1
- package/mcp-docs/web/components/NudgeCard.txt +1 -1
- package/mcp-docs/web/components/Overlay.txt +1 -1
- package/mcp-docs/web/components/PageFooter.txt +1 -1
- package/mcp-docs/web/components/PageHeader.txt +1 -1
- package/mcp-docs/web/components/Pagination.txt +1 -1
- package/mcp-docs/web/components/PeriodSelector.txt +11 -59
- package/mcp-docs/web/components/Point.txt +1 -4
- package/mcp-docs/web/components/PortalProvider.txt +2 -0
- package/mcp-docs/web/components/Pressable.txt +272 -1
- package/mcp-docs/web/components/Radio.txt +2 -2
- package/mcp-docs/web/components/RadioCell.txt +2 -2
- package/mcp-docs/web/components/RadioGroup.txt +8 -14
- package/mcp-docs/web/components/RemoteImage.txt +2 -2
- package/mcp-docs/web/components/RollingNumber.txt +263 -1
- package/mcp-docs/web/components/SearchInput.txt +2 -2
- package/mcp-docs/web/components/SectionHeader.txt +1 -1
- package/mcp-docs/web/components/SegmentedTabs.txt +1 -1
- package/mcp-docs/web/components/Select.txt +8 -14
- package/mcp-docs/web/components/SelectAlpha.txt +41 -0
- package/mcp-docs/web/components/SelectChip.txt +1 -1
- package/mcp-docs/web/components/Sidebar.txt +2 -2
- package/mcp-docs/web/components/SidebarItem.txt +4 -4
- package/mcp-docs/web/components/Spacer.txt +264 -1
- package/mcp-docs/web/components/SparklineInteractiveHeader.txt +8 -6
- package/mcp-docs/web/components/Spinner.txt +1 -1
- package/mcp-docs/web/components/Stepper.txt +2 -1
- package/mcp-docs/web/components/Switch.txt +2 -2
- package/mcp-docs/web/components/TabLabel.txt +2 -2
- package/mcp-docs/web/components/Table.txt +1 -1
- package/mcp-docs/web/components/TableCaption.txt +1 -1
- package/mcp-docs/web/components/TableCell.txt +1 -1
- package/mcp-docs/web/components/TableRow.txt +1 -1
- package/mcp-docs/web/components/Tabs.txt +1 -1
- package/mcp-docs/web/components/Tag.txt +1 -1
- package/mcp-docs/web/components/Text.txt +264 -1
- package/mcp-docs/web/components/TextInput.txt +3 -3
- package/mcp-docs/web/components/ThemeProvider.txt +6 -21
- package/mcp-docs/web/components/TileButton.txt +271 -1
- package/mcp-docs/web/components/Toast.txt +1 -1
- package/mcp-docs/web/components/VStack.txt +264 -1
- package/package.json +1 -1
|
@@ -633,14 +633,73 @@ Mapping to `styles` / `classNames` keys:
|
|
|
633
633
|
|
|
634
634
|
| Prop | Type | Required | Default | Description |
|
|
635
635
|
| --- | --- | --- | --- | --- |
|
|
636
|
+
| `about` | `string \| undefined` | No | `-` | - |
|
|
637
|
+
| `accessKey` | `string \| undefined` | No | `-` | - |
|
|
636
638
|
| `accessory` | `more \| selected \| arrow \| unselected` | No | `-` | Accessory to display at the end of the cell. |
|
|
637
639
|
| `accessoryNode` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | Custom accessory node rendered at the end of the cell. Takes precedence over accessory. |
|
|
638
640
|
| `action` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | - |
|
|
639
641
|
| `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
|
|
640
642
|
| `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
641
643
|
| `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
642
|
-
| `
|
|
644
|
+
| `aria-activedescendant` | `string \| undefined` | No | `-` | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. |
|
|
645
|
+
| `aria-atomic` | `Booleanish \| undefined` | No | `-` | Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. |
|
|
646
|
+
| `aria-autocomplete` | `none \| list \| inline \| both \| undefined` | No | `-` | Indicates whether inputting text could trigger display of one or more predictions of the users intended value for an input and specifies how predictions would be presented if they are made. |
|
|
647
|
+
| `aria-braillelabel` | `string \| undefined` | No | `-` | Defines a string value that labels the current element, which is intended to be converted into Braille. |
|
|
648
|
+
| `aria-brailleroledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille. |
|
|
649
|
+
| `aria-busy` | `Booleanish \| undefined` | No | `-` | - |
|
|
650
|
+
| `aria-checked` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current checked state of checkboxes, radio buttons, and other widgets. |
|
|
651
|
+
| `aria-colcount` | `number \| undefined` | No | `-` | Defines the total number of columns in a table, grid, or treegrid. |
|
|
652
|
+
| `aria-colindex` | `number \| undefined` | No | `-` | Defines an elements column index or position with respect to the total number of columns within a table, grid, or treegrid. |
|
|
653
|
+
| `aria-colindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-colindex. |
|
|
654
|
+
| `aria-colspan` | `number \| undefined` | No | `-` | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. |
|
|
655
|
+
| `aria-controls` | `string \| undefined` | No | `-` | Identifies the element (or elements) whose contents or presence are controlled by the current element. |
|
|
656
|
+
| `aria-current` | `boolean \| true \| false \| page \| step \| location \| date \| time \| undefined` | No | `-` | Indicates the element that represents the current item within a container or set of related elements. |
|
|
657
|
+
| `aria-describedby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that describes the object. |
|
|
658
|
+
| `aria-description` | `string \| undefined` | No | `-` | Defines a string value that describes or annotates the current element. |
|
|
659
|
+
| `aria-details` | `string \| undefined` | No | `-` | Identifies the element that provides a detailed, extended description for the object. |
|
|
660
|
+
| `aria-disabled` | `Booleanish \| undefined` | No | `-` | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. |
|
|
661
|
+
| `aria-dropeffect` | `none \| link \| copy \| execute \| move \| popup \| undefined` | No | `-` | Indicates what functions can be performed when a dragged object is released on the drop target. |
|
|
662
|
+
| `aria-errormessage` | `string \| undefined` | No | `-` | Identifies the element that provides an error message for the object. |
|
|
663
|
+
| `aria-expanded` | `Booleanish \| undefined` | No | `-` | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. |
|
|
664
|
+
| `aria-flowto` | `string \| undefined` | No | `-` | Identifies the next element (or elements) in an alternate reading order of content which, at the users discretion, allows assistive technology to override the general default of reading in document source order. |
|
|
665
|
+
| `aria-grabbed` | `Booleanish \| undefined` | No | `-` | Indicates an elements grabbed state in a drag-and-drop operation. |
|
|
666
|
+
| `aria-haspopup` | `boolean \| true \| false \| dialog \| grid \| listbox \| menu \| tree \| undefined` | No | `-` | Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. |
|
|
667
|
+
| `aria-hidden` | `Booleanish \| undefined` | No | `-` | Indicates whether the element is exposed to an accessibility API. |
|
|
668
|
+
| `aria-invalid` | `boolean \| true \| false \| grammar \| spelling \| undefined` | No | `-` | Indicates the entered value does not conform to the format expected by the application. |
|
|
669
|
+
| `aria-keyshortcuts` | `string \| undefined` | No | `-` | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. |
|
|
670
|
+
| `aria-label` | `string \| undefined` | No | `-` | Defines a string value that labels the current element. |
|
|
671
|
+
| `aria-labelledby` | `string \| undefined` | No | `-` | Identifies the element (or elements) that labels the current element. |
|
|
672
|
+
| `aria-level` | `number \| undefined` | No | `-` | Defines the hierarchical level of an element within a structure. |
|
|
673
|
+
| `aria-live` | `off \| assertive \| polite \| undefined` | No | `-` | Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. |
|
|
674
|
+
| `aria-modal` | `Booleanish \| undefined` | No | `-` | Indicates whether an element is modal when displayed. |
|
|
675
|
+
| `aria-multiline` | `Booleanish \| undefined` | No | `-` | Indicates whether a text box accepts multiple lines of input or only a single line. |
|
|
676
|
+
| `aria-multiselectable` | `Booleanish \| undefined` | No | `-` | Indicates that the user may select more than one item from the current selectable descendants. |
|
|
677
|
+
| `aria-orientation` | `horizontal \| vertical \| undefined` | No | `-` | Indicates whether the elements orientation is horizontal, vertical, or unknown/ambiguous. |
|
|
678
|
+
| `aria-owns` | `string \| undefined` | No | `-` | Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. |
|
|
679
|
+
| `aria-placeholder` | `string \| undefined` | No | `-` | Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. |
|
|
680
|
+
| `aria-posinset` | `number \| undefined` | No | `-` | Defines an elements number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. |
|
|
681
|
+
| `aria-pressed` | `boolean \| true \| false \| mixed \| undefined` | No | `-` | Indicates the current pressed state of toggle buttons. |
|
|
682
|
+
| `aria-readonly` | `Booleanish \| undefined` | No | `-` | Indicates that the element is not editable, but is otherwise operable. |
|
|
683
|
+
| `aria-relevant` | `text \| additions \| additions removals \| additions text \| all \| removals \| removals additions \| removals text \| text additions \| text removals \| undefined` | No | `-` | Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. |
|
|
684
|
+
| `aria-required` | `Booleanish \| undefined` | No | `-` | Indicates that user input is required on the element before a form may be submitted. |
|
|
685
|
+
| `aria-roledescription` | `string \| undefined` | No | `-` | Defines a human-readable, author-localized description for the role of an element. |
|
|
686
|
+
| `aria-rowcount` | `number \| undefined` | No | `-` | Defines the total number of rows in a table, grid, or treegrid. |
|
|
687
|
+
| `aria-rowindex` | `number \| undefined` | No | `-` | Defines an elements row index or position with respect to the total number of rows within a table, grid, or treegrid. |
|
|
688
|
+
| `aria-rowindextext` | `string \| undefined` | No | `-` | Defines a human readable text alternative of aria-rowindex. |
|
|
689
|
+
| `aria-rowspan` | `number \| undefined` | No | `-` | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. |
|
|
690
|
+
| `aria-selected` | `Booleanish \| undefined` | No | `-` | Indicates the current selected state of various widgets. |
|
|
691
|
+
| `aria-setsize` | `number \| undefined` | No | `-` | Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. |
|
|
692
|
+
| `aria-sort` | `none \| ascending \| descending \| other \| undefined` | No | `-` | Indicates if items in a table or grid are sorted in ascending or descending order. |
|
|
693
|
+
| `aria-valuemax` | `number \| undefined` | No | `-` | Defines the maximum allowed value for a range widget. |
|
|
694
|
+
| `aria-valuemin` | `number \| undefined` | No | `-` | Defines the minimum allowed value for a range widget. |
|
|
695
|
+
| `aria-valuenow` | `number \| undefined` | No | `-` | Defines the current value for a range widget. |
|
|
696
|
+
| `aria-valuetext` | `string \| undefined` | No | `-` | Defines the human readable text alternative of aria-valuenow for a range widget. |
|
|
697
|
+
| `as` | `symbol \| object \| style \| div \| a \| abbr \| address \| area \| article \| aside \| audio \| b \| base \| bdi \| bdo \| big \| blockquote \| body \| br \| button \| canvas \| caption \| center \| cite \| code \| col \| colgroup \| data \| datalist \| dd \| del \| details \| dfn \| dialog \| dl \| dt \| em \| embed \| fieldset \| figcaption \| figure \| footer \| form \| h1 \| h2 \| h3 \| h4 \| h5 \| h6 \| head \| header \| hgroup \| hr \| html \| i \| iframe \| img \| input \| ins \| kbd \| keygen \| label \| legend \| li \| link \| main \| map \| mark \| menu \| menuitem \| meta \| meter \| nav \| noindex \| noscript \| ol \| optgroup \| option \| output \| p \| param \| picture \| pre \| progress \| q \| rp \| rt \| ruby \| s \| samp \| search \| slot \| script \| section \| select \| small \| source \| span \| strong \| sub \| summary \| sup \| table \| template \| tbody \| td \| textarea \| tfoot \| th \| thead \| time \| title \| tr \| track \| u \| ul \| var \| video \| wbr \| webview \| svg \| animate \| animateMotion \| animateTransform \| circle \| clipPath \| defs \| desc \| ellipse \| feBlend \| feColorMatrix \| feComponentTransfer \| feComposite \| feConvolveMatrix \| feDiffuseLighting \| feDisplacementMap \| feDistantLight \| feDropShadow \| feFlood \| feFuncA \| feFuncB \| feFuncG \| feFuncR \| feGaussianBlur \| feImage \| feMerge \| feMergeNode \| feMorphology \| feOffset \| fePointLight \| feSpecularLighting \| feSpotLight \| feTile \| feTurbulence \| filter \| foreignObject \| g \| image \| line \| linearGradient \| marker \| mask \| metadata \| mpath \| path \| pattern \| polygon \| polyline \| radialGradient \| rect \| set \| stop \| switch \| text \| textPath \| tspan \| use \| view \| ComponentClass<any, any> \| FunctionComponent<any>` | No | `div` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
|
|
643
698
|
| `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
699
|
+
| `autoCapitalize` | `off \| none \| on \| sentences \| words \| characters \| (string & {}) \| undefined` | No | `-` | - |
|
|
700
|
+
| `autoCorrect` | `string \| undefined` | No | `-` | - |
|
|
701
|
+
| `autoFocus` | `boolean \| undefined` | No | `-` | - |
|
|
702
|
+
| `autoSave` | `string \| undefined` | No | `-` | - |
|
|
644
703
|
| `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
|
|
645
704
|
| `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
|
|
646
705
|
| `borderBottomRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
|
|
@@ -662,23 +721,35 @@ Mapping to `styles` / `classNames` keys:
|
|
|
662
721
|
| `borderedVertical` | `boolean` | No | `-` | Add a border to the top and bottom sides of the box. |
|
|
663
722
|
| `bottom` | `ResponsiveProp<Bottom<string \| number>>` | No | `-` | - |
|
|
664
723
|
| `bottomContent` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | The content to display below the main cell content |
|
|
724
|
+
| `children` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | - |
|
|
725
|
+
| `className` | `string \| undefined` | No | `-` | - |
|
|
665
726
|
| `classNames` | `{ root?: string; media?: string \| undefined; intermediary?: string \| undefined; end?: string \| undefined; accessory?: string \| undefined; contentContainer?: string \| undefined; pressable?: string \| undefined; mainContent?: string \| undefined; helperText?: string \| undefined; title?: string \| undefined; subtitle?: string \| undefined; description?: string \| undefined; } \| undefined` | No | `-` | Class names for default subcomponents. Ignored when the corresponding xxNode prop is used. |
|
|
666
727
|
| `color` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
|
|
667
728
|
| `columnGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
668
729
|
| `compact` | `boolean` | No | `-` | - |
|
|
730
|
+
| `content` | `string \| undefined` | No | `-` | - |
|
|
669
731
|
| `contentClassName` | `string` | No | `-` | - |
|
|
732
|
+
| `contentEditable` | `Booleanish \| inherit \| plaintext-only \| undefined` | No | `-` | - |
|
|
733
|
+
| `contextMenu` | `string \| undefined` | No | `-` | - |
|
|
670
734
|
| `dangerouslySetBackground` | `string` | No | `-` | - |
|
|
735
|
+
| `dangerouslySetInnerHTML` | `{ __html: string \| TrustedHTML; } \| undefined` | No | `-` | - |
|
|
736
|
+
| `datatype` | `string \| undefined` | No | `-` | - |
|
|
737
|
+
| `defaultChecked` | `boolean \| undefined` | No | `-` | - |
|
|
738
|
+
| `defaultValue` | `string \| number \| readonly string[] \| undefined` | No | `-` | - |
|
|
671
739
|
| `description` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | Description of content. Max 1 line (with title) or 2 lines (without), otherwise will truncate. This prop is only intended to accept a string or Text component; other use cases, while allowed, are not supported and may result in unexpected behavior. For arbitrary content, use descriptionNode. |
|
|
672
740
|
| `descriptionNode` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | React node to render description. Takes precedence over description. When provided, classNames.description and styles.description are not applied. |
|
|
673
741
|
| `detail` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | Label and/or extra detail. This prop is only intended to accept a string or Text component; other use cases, while allowed, are not supported and may result in unexpected behavior. For arbitrary content, use detailNode. |
|
|
674
742
|
| `detailNode` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | React node to render label and/or extra detail. Takes precedence over detail. |
|
|
675
743
|
| `detailWidth` | `string \| number` | No | `-` | - |
|
|
744
|
+
| `dir` | `string \| undefined` | No | `-` | - |
|
|
676
745
|
| `disableMultilineTitle` | `boolean` | No | `-` | When there is no description the title will take up two lines by default. When this is set to true multiline title behavior is overwritten, and regardless of description text state the title will take up a single line truncating with ellipses. |
|
|
677
746
|
| `disableSelectionAccessory` | `boolean` | No | `-` | Disable the default accessory that is displayed when the cell is selected. If accessory is provided, that will continue to be displayed, otherwise no accessory will be displayed when the cell is selected. |
|
|
678
747
|
| `disabled` | `boolean` | No | `-` | Is the cell disabled? Will apply opacity and disable interaction. |
|
|
679
748
|
| `display` | `ResponsiveProp<grid \| revert \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| list-item>` | No | `-` | - |
|
|
749
|
+
| `draggable` | `Booleanish \| undefined` | No | `-` | - |
|
|
680
750
|
| `elevation` | `0 \| 1 \| 2` | No | `-` | - |
|
|
681
751
|
| `end` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | End-aligned content (e.g., CTA, form element, metric). Replacement for the deprecated action prop, and takes precedence over it. If the content is an action (like button, link, etc), we recommend avoiding use alongside onClick. If used alongside onClick, the end action is triggered first and then the onClick handler. |
|
|
752
|
+
| `enterKeyHint` | `enter \| done \| go \| next \| previous \| search \| send \| undefined` | No | `-` | - |
|
|
682
753
|
| `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
|
|
683
754
|
| `flexDirection` | `ResponsiveProp<column \| row \| row-reverse \| column-reverse>` | No | `-` | - |
|
|
684
755
|
| `flexGrow` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
@@ -706,9 +777,21 @@ Mapping to `styles` / `classNames` keys:
|
|
|
706
777
|
| `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
|
|
707
778
|
| `height` | `ResponsiveProp<Height<string \| number>>` | No | `-` | - |
|
|
708
779
|
| `helperText` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | Assitive message to display below the cell content |
|
|
780
|
+
| `hidden` | `boolean \| undefined` | No | `-` | - |
|
|
781
|
+
| `id` | `string \| undefined` | No | `-` | - |
|
|
782
|
+
| `inlist` | `any` | No | `-` | - |
|
|
709
783
|
| `innerSpacing` | `CellSpacing` | No | `-` | The spacing to use on the inner content of Cell |
|
|
784
|
+
| `inputMode` | `none \| search \| text \| tel \| url \| email \| numeric \| decimal \| undefined` | No | `-` | Hints at the type of data that might be entered by the user while editing the element or its contents |
|
|
710
785
|
| `intermediary` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | For internal use only. |
|
|
786
|
+
| `is` | `string \| undefined` | No | `-` | Specify that a standard HTML element should behave like a defined custom built-in element |
|
|
787
|
+
| `itemID` | `string \| undefined` | No | `-` | - |
|
|
788
|
+
| `itemProp` | `string \| undefined` | No | `-` | - |
|
|
789
|
+
| `itemRef` | `string \| undefined` | No | `-` | - |
|
|
790
|
+
| `itemScope` | `boolean \| undefined` | No | `-` | - |
|
|
791
|
+
| `itemType` | `string \| undefined` | No | `-` | - |
|
|
711
792
|
| `justifyContent` | `ResponsiveProp<left \| right \| center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| space-between \| space-around \| space-evenly>` | No | `-` | - |
|
|
793
|
+
| `key` | `Key \| null \| undefined` | No | `-` | - |
|
|
794
|
+
| `lang` | `string \| undefined` | No | `-` | - |
|
|
712
795
|
| `left` | `ResponsiveProp<Left<string \| number>>` | No | `-` | - |
|
|
713
796
|
| `lineHeight` | `ResponsiveProp<LineHeight \| inherit>` | No | `-` | - |
|
|
714
797
|
| `margin` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
|
|
@@ -724,9 +807,167 @@ Mapping to `styles` / `classNames` keys:
|
|
|
724
807
|
| `minHeight` | `ResponsiveProp<MinHeight<string \| number>>` | No | `-` | - |
|
|
725
808
|
| `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
|
|
726
809
|
| `multiline` | `boolean` | No | `-` | Allow the description to span multiple lines. This *will* break fixed height requirements, so should not be used in a FlatList. |
|
|
810
|
+
| `nonce` | `string \| undefined` | No | `-` | - |
|
|
811
|
+
| `onAbort` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
812
|
+
| `onAbortCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
813
|
+
| `onAnimationEnd` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
814
|
+
| `onAnimationEndCapture` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
815
|
+
| `onAnimationIteration` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
816
|
+
| `onAnimationIterationCapture` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
817
|
+
| `onAnimationStart` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
818
|
+
| `onAnimationStartCapture` | `AnimationEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
819
|
+
| `onAuxClick` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
820
|
+
| `onAuxClickCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
821
|
+
| `onBeforeInput` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
822
|
+
| `onBeforeInputCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
823
|
+
| `onBlur` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
824
|
+
| `onBlurCapture` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
825
|
+
| `onCanPlay` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
826
|
+
| `onCanPlayCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
827
|
+
| `onCanPlayThrough` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
828
|
+
| `onCanPlayThroughCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
829
|
+
| `onChange` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
830
|
+
| `onChangeCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
727
831
|
| `onClick` | `MouseEventHandler<Element>` | No | `-` | Click handler. |
|
|
832
|
+
| `onClickCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
833
|
+
| `onCompositionEnd` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
834
|
+
| `onCompositionEndCapture` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
835
|
+
| `onCompositionStart` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
836
|
+
| `onCompositionStartCapture` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
837
|
+
| `onCompositionUpdate` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
838
|
+
| `onCompositionUpdateCapture` | `CompositionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
839
|
+
| `onContextMenu` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
840
|
+
| `onContextMenuCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
841
|
+
| `onCopy` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
842
|
+
| `onCopyCapture` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
843
|
+
| `onCut` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
844
|
+
| `onCutCapture` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
845
|
+
| `onDoubleClick` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
846
|
+
| `onDoubleClickCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
847
|
+
| `onDrag` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
848
|
+
| `onDragCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
849
|
+
| `onDragEnd` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
850
|
+
| `onDragEndCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
851
|
+
| `onDragEnter` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
852
|
+
| `onDragEnterCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
853
|
+
| `onDragExit` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
854
|
+
| `onDragExitCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
855
|
+
| `onDragLeave` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
856
|
+
| `onDragLeaveCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
857
|
+
| `onDragOver` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
858
|
+
| `onDragOverCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
859
|
+
| `onDragStart` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
860
|
+
| `onDragStartCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
861
|
+
| `onDrop` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
862
|
+
| `onDropCapture` | `DragEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
863
|
+
| `onDurationChange` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
864
|
+
| `onDurationChangeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
865
|
+
| `onEmptied` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
866
|
+
| `onEmptiedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
867
|
+
| `onEncrypted` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
868
|
+
| `onEncryptedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
869
|
+
| `onEnded` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
870
|
+
| `onEndedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
871
|
+
| `onError` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
872
|
+
| `onErrorCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
873
|
+
| `onFocus` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
874
|
+
| `onFocusCapture` | `FocusEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
875
|
+
| `onGotPointerCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
876
|
+
| `onGotPointerCaptureCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
877
|
+
| `onInput` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
878
|
+
| `onInputCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
879
|
+
| `onInvalid` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
880
|
+
| `onInvalidCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
728
881
|
| `onKeyDown` | `KeyboardEventHandler<Element>` | No | `-` | Key down handler for keyboard interaction. |
|
|
882
|
+
| `onKeyDownCapture` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
883
|
+
| `onKeyPress` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
884
|
+
| `onKeyPressCapture` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
729
885
|
| `onKeyUp` | `KeyboardEventHandler<Element>` | No | `-` | Key up handler for keyboard interaction. |
|
|
886
|
+
| `onKeyUpCapture` | `KeyboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
887
|
+
| `onLoad` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
888
|
+
| `onLoadCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
889
|
+
| `onLoadStart` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
890
|
+
| `onLoadStartCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
891
|
+
| `onLoadedData` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
892
|
+
| `onLoadedDataCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
893
|
+
| `onLoadedMetadata` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
894
|
+
| `onLoadedMetadataCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
895
|
+
| `onLostPointerCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
896
|
+
| `onLostPointerCaptureCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
897
|
+
| `onMouseDown` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
898
|
+
| `onMouseDownCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
899
|
+
| `onMouseEnter` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
900
|
+
| `onMouseLeave` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
901
|
+
| `onMouseMove` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
902
|
+
| `onMouseMoveCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
903
|
+
| `onMouseOut` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
904
|
+
| `onMouseOutCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
905
|
+
| `onMouseOver` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
906
|
+
| `onMouseOverCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
907
|
+
| `onMouseUp` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
908
|
+
| `onMouseUpCapture` | `MouseEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
909
|
+
| `onPaste` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
910
|
+
| `onPasteCapture` | `ClipboardEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
911
|
+
| `onPause` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
912
|
+
| `onPauseCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
913
|
+
| `onPlay` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
914
|
+
| `onPlayCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
915
|
+
| `onPlaying` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
916
|
+
| `onPlayingCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
917
|
+
| `onPointerCancel` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
918
|
+
| `onPointerCancelCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
919
|
+
| `onPointerDown` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
920
|
+
| `onPointerDownCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
921
|
+
| `onPointerEnter` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
922
|
+
| `onPointerLeave` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
923
|
+
| `onPointerMove` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
924
|
+
| `onPointerMoveCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
925
|
+
| `onPointerOut` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
926
|
+
| `onPointerOutCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
927
|
+
| `onPointerOver` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
928
|
+
| `onPointerOverCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
929
|
+
| `onPointerUp` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
930
|
+
| `onPointerUpCapture` | `PointerEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
931
|
+
| `onProgress` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
932
|
+
| `onProgressCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
933
|
+
| `onRateChange` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
934
|
+
| `onRateChangeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
935
|
+
| `onReset` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
936
|
+
| `onResetCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
937
|
+
| `onResize` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
938
|
+
| `onResizeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
939
|
+
| `onScroll` | `UIEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
940
|
+
| `onScrollCapture` | `UIEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
941
|
+
| `onSeeked` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
942
|
+
| `onSeekedCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
943
|
+
| `onSeeking` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
944
|
+
| `onSeekingCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
945
|
+
| `onSelect` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
946
|
+
| `onSelectCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
947
|
+
| `onStalled` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
948
|
+
| `onStalledCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
949
|
+
| `onSubmit` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
950
|
+
| `onSubmitCapture` | `FormEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
951
|
+
| `onSuspend` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
952
|
+
| `onSuspendCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
953
|
+
| `onTimeUpdate` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
954
|
+
| `onTimeUpdateCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
955
|
+
| `onTouchCancel` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
956
|
+
| `onTouchCancelCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
957
|
+
| `onTouchEnd` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
958
|
+
| `onTouchEndCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
959
|
+
| `onTouchMove` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
960
|
+
| `onTouchMoveCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
961
|
+
| `onTouchStart` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
962
|
+
| `onTouchStartCapture` | `TouchEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
963
|
+
| `onTransitionEnd` | `TransitionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
964
|
+
| `onTransitionEndCapture` | `TransitionEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
965
|
+
| `onVolumeChange` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
966
|
+
| `onVolumeChangeCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
967
|
+
| `onWaiting` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
968
|
+
| `onWaitingCapture` | `ReactEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
969
|
+
| `onWheel` | `WheelEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
970
|
+
| `onWheelCapture` | `WheelEventHandler<HTMLDivElement> \| undefined` | No | `-` | - |
|
|
730
971
|
| `opacity` | `inherit \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
731
972
|
| `outerSpacing` | `CellSpacing` | No | `-` | The spacing to use on the parent wrapper of Cell |
|
|
732
973
|
| `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
|
|
@@ -739,14 +980,25 @@ Mapping to `styles` / `classNames` keys:
|
|
|
739
980
|
| `paddingY` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
740
981
|
| `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
|
|
741
982
|
| `position` | `ResponsiveProp<fixed \| static \| relative \| absolute \| sticky>` | No | `-` | - |
|
|
983
|
+
| `prefix` | `string \| undefined` | No | `-` | - |
|
|
742
984
|
| `priority` | `start \| end \| middle \| (start \| end \| middle)[]` | No | `-` | Which piece of content has the highest priority in regards to text truncation, growing, and shrinking. |
|
|
985
|
+
| `property` | `string \| undefined` | No | `-` | - |
|
|
986
|
+
| `radioGroup` | `string \| undefined` | No | `-` | - |
|
|
743
987
|
| `ref` | `any` | No | `-` | - |
|
|
988
|
+
| `rel` | `string \| undefined` | No | `-` | - |
|
|
989
|
+
| `resource` | `string \| undefined` | No | `-` | - |
|
|
990
|
+
| `results` | `number \| undefined` | No | `-` | - |
|
|
991
|
+
| `rev` | `string \| undefined` | No | `-` | - |
|
|
744
992
|
| `right` | `ResponsiveProp<Right<string \| number>>` | No | `-` | - |
|
|
993
|
+
| `role` | `AriaRole \| undefined` | No | `-` | - |
|
|
745
994
|
| `rowGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
995
|
+
| `security` | `string \| undefined` | No | `-` | - |
|
|
746
996
|
| `selected` | `boolean` | No | `-` | Is the cell selected? Will apply a background and selected accessory. |
|
|
747
997
|
| `shouldOverflow` | `boolean` | No | `-` | - |
|
|
748
998
|
| `shouldTruncate` | `boolean` | No | `true` | Controls whether the main content should truncate with an ellipsis. Defaults to true (truncates) when not provided. |
|
|
999
|
+
| `slot` | `string \| undefined` | No | `-` | - |
|
|
749
1000
|
| `spacingVariant` | `normal \| compact \| condensed` | No | `'normal'` | Spacing variant configuration. Deprecated value: compact. Prefer condensed. When spacingVariant=normal: 1. min-height is 80px 2. padding is var(--space-2) var(--space-3) 3. border-radius is var(--borderRadius-200) 4. when there is a description, titles numberOfLines={1} otherwise titles numberOfLines={2} 5. description and subdetail have font body When spacingVariant=compact: 1. same as spacingVariant=normal, except min-height is 40px When spacingVariant=condensed: 1. min-height is undefined 2. padding is var(--space-1) var(--space-2) 3. border-radius is --borderRadius-0 4. titles numberOfLines={2} 5. description and subdetail have font label2 |
|
|
1001
|
+
| `spellCheck` | `Booleanish \| undefined` | No | `-` | - |
|
|
750
1002
|
| `style` | `CSSProperties` | No | `-` | - |
|
|
751
1003
|
| `styles` | `{ root?: CSSProperties; media?: CSSProperties \| undefined; intermediary?: CSSProperties \| undefined; end?: CSSProperties \| undefined; accessory?: CSSProperties \| undefined; contentContainer?: CSSProperties \| undefined; pressable?: CSSProperties \| undefined; mainContent?: CSSProperties \| undefined; helperText?: CSSProperties \| undefined; title?: CSSProperties \| undefined; subtitle?: CSSProperties \| undefined; description?: CSSProperties \| undefined; } \| undefined` | No | `-` | Styles for default subcomponents. Ignored when the corresponding xxNode prop is used. |
|
|
752
1004
|
| `subdetail` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | Subdetail providing more information. This prop is only intended to accept a string or Text component; other use cases, while allowed, are not supported and may result in unexpected behavior. For arbitrary content, use subdetailNode. |
|
|
@@ -754,6 +1006,9 @@ Mapping to `styles` / `classNames` keys:
|
|
|
754
1006
|
| `subdetailNode` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | React node to render subdetail. Takes precedence over subdetail. |
|
|
755
1007
|
| `subtitle` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | Subtitle to display below the title and above the description. This prop is only intended to accept a string or Text component; other use cases, while allowed, are not supported and may result in unexpected behavior. For arbitrary content, use subtitleNode. |
|
|
756
1008
|
| `subtitleNode` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | React node to render subtitle. Takes precedence over subtitle. When provided, classNames.subtitle and styles.subtitle are not applied. |
|
|
1009
|
+
| `suppressContentEditableWarning` | `boolean \| undefined` | No | `-` | - |
|
|
1010
|
+
| `suppressHydrationWarning` | `boolean \| undefined` | No | `-` | - |
|
|
1011
|
+
| `tabIndex` | `number \| undefined` | No | `-` | - |
|
|
757
1012
|
| `testID` | `string` | No | `-` | Used to locate this element in unit and end-to-end tests. Under the hood, testID translates to data-testid on Web. On Mobile, testID stays the same - testID |
|
|
758
1013
|
| `textAlign` | `ResponsiveProp<center \| start \| end \| justify>` | No | `-` | - |
|
|
759
1014
|
| `textDecoration` | `ResponsiveProp<none \| underline \| overline \| line-through \| underline overline \| underline double>` | No | `-` | - |
|
|
@@ -762,9 +1017,13 @@ Mapping to `styles` / `classNames` keys:
|
|
|
762
1017
|
| `titleNode` | `null \| string \| number \| false \| true \| ReactElement<any, string \| JSXElementConstructor<any>> \| Iterable<ReactNode> \| ReactPortal` | No | `-` | React node to render title. Takes precedence over title. When provided, classNames.title and styles.title are not applied. |
|
|
763
1018
|
| `top` | `ResponsiveProp<Top<string \| number>>` | No | `-` | - |
|
|
764
1019
|
| `transform` | `inherit \| none \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
1020
|
+
| `translate` | `yes \| no \| undefined` | No | `-` | - |
|
|
1021
|
+
| `typeof` | `string \| undefined` | No | `-` | - |
|
|
1022
|
+
| `unselectable` | `off \| on \| undefined` | No | `-` | - |
|
|
765
1023
|
| `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
|
|
766
1024
|
| `variant` | `warning \| positive \| negative \| foregroundMuted` | No | `-` | Variant color to apply to the subdetail text. |
|
|
767
1025
|
| `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
|
|
1026
|
+
| `vocab` | `string \| undefined` | No | `-` | - |
|
|
768
1027
|
| `width` | `ResponsiveProp<Width<string \| number>>` | No | `-` | - |
|
|
769
1028
|
| `zIndex` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
770
1029
|
|
|
@@ -157,7 +157,7 @@ You can override the automatic spacing with custom values if needed.
|
|
|
157
157
|
| `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
|
|
158
158
|
| `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
159
159
|
| `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
160
|
-
| `as` | `button` | No | `-` |
|
|
160
|
+
| `as` | `button` | No | `-` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
|
|
161
161
|
| `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
162
162
|
| `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | Background color of the overlay (element being interacted with). |
|
|
163
163
|
| `blendStyles` | `InteractableBlendStyles` | No | `-` | - |
|
|
@@ -86,7 +86,7 @@ function Example() {
|
|
|
86
86
|
| `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
|
|
87
87
|
| `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
88
88
|
| `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
89
|
-
| `as` | `div` | No | `-` |
|
|
89
|
+
| `as` | `div` | No | `-` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
|
|
90
90
|
| `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
91
91
|
| `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
|
|
92
92
|
| `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
|
|
@@ -19,7 +19,7 @@ Check [Modal](/components/overlay/Modal) for usage examples
|
|
|
19
19
|
| `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
|
|
20
20
|
| `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
21
21
|
| `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
22
|
-
| `as` | `div` | No | `-` |
|
|
22
|
+
| `as` | `div` | No | `-` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
|
|
23
23
|
| `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
24
24
|
| `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
|
|
25
25
|
| `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
|
|
@@ -99,7 +99,7 @@ Check [Modal](/components/overlay/Modal) for usage examples
|
|
|
99
99
|
| `paddingY` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
100
100
|
| `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
|
|
101
101
|
| `position` | `ResponsiveProp<fixed \| static \| relative \| absolute \| sticky>` | No | `-` | - |
|
|
102
|
-
| `ref` | `null \| string \|
|
|
102
|
+
| `ref` | `null \| string \| (instance: HTMLFieldSetElement \| null) => void \| RefObject<HTMLFieldSetElement>` | No | `-` | Allows getting a ref to the component instance. Once the component unmounts, React will set ref.current to null (or call the ref with null if you passed a callback ref). |
|
|
103
103
|
| `right` | `ResponsiveProp<Right<string \| number>>` | No | `-` | - |
|
|
104
104
|
| `rowGap` | `0 \| 1 \| 2 \| 0.25 \| 0.5 \| 0.75 \| 1.5 \| 3 \| 4 \| 5 \| 6 \| 7 \| 8 \| 9 \| 10` | No | `-` | - |
|
|
105
105
|
| `style` | `CSSProperties` | No | `-` | - |
|
|
@@ -20,7 +20,7 @@ Check [Modal](/components/overlay/Modal) for usage examples
|
|
|
20
20
|
| `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
|
|
21
21
|
| `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
22
22
|
| `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
23
|
-
| `as` | `div` | No | `-` |
|
|
23
|
+
| `as` | `div` | No | `-` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
|
|
24
24
|
| `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
25
25
|
| `background` | `currentColor \| fg \| fgMuted \| fgInverse \| fgPrimary \| fgWarning \| fgPositive \| fgNegative \| bg \| bgAlternate \| bgInverse \| bgOverlay \| bgElevation1 \| bgElevation2 \| bgPrimary \| bgPrimaryWash \| bgSecondary \| bgTertiary \| bgSecondaryWash \| bgNegative \| bgNegativeWash \| bgPositive \| bgPositiveWash \| bgWarning \| bgWarningWash \| bgLine \| bgLineHeavy \| bgLineInverse \| bgLinePrimary \| bgLinePrimarySubtle \| accentSubtleRed \| accentBoldRed \| accentSubtleGreen \| accentBoldGreen \| accentSubtleBlue \| accentBoldBlue \| accentSubtlePurple \| accentBoldPurple \| accentSubtleYellow \| accentBoldYellow \| accentSubtleGray \| accentBoldGray \| transparent` | No | `-` | - |
|
|
26
26
|
| `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
|
|
@@ -19,7 +19,7 @@ Check [Modal](/components/overlay/Modal) for usage examples
|
|
|
19
19
|
| `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
|
|
20
20
|
| `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `center` | - |
|
|
21
21
|
| `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
|
|
22
|
-
| `as` | `div` | No | `-` |
|
|
22
|
+
| `as` | `div` | No | `-` | The underlying element or component the polymorphic component will render. Changing as also changes the inherited native props (e.g. href for as=a) and the expected ref type. |
|
|
23
23
|
| `aspectRatio` | `inherit \| auto \| revert \| -moz-initial \| initial \| revert-layer \| unset` | No | `-` | - |
|
|
24
24
|
| `backAccessibilityHint` | `string` | No | `-` | Sets an accessible hint or description for the back button. On web, maps to aria-describedby and lists the id(s) of the element(s) that describe the element on which the attribute is set. On mobile, a string that helps users understand what will happen when they perform an action on the accessibility element when that result is not clear from the accessibility label. |
|
|
25
25
|
| `backAccessibilityLabel` | `string` | No | `-` | Sets an accessible label for the back button. On web, maps to aria-label and defines a string value that labels an interactive element. On mobile, VoiceOver will read this string when a user selects the associated element. |
|