@coinbase/cds-mcp-server 8.17.2 → 8.17.4

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.
Files changed (284) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/mcp-docs/mobile/components/Accordion.txt +188 -0
  3. package/mcp-docs/mobile/components/AccordionItem.txt +29 -0
  4. package/mcp-docs/mobile/components/Alert.txt +155 -0
  5. package/mcp-docs/mobile/components/AreaChart.txt +265 -0
  6. package/mcp-docs/mobile/components/Avatar.txt +195 -0
  7. package/mcp-docs/mobile/components/AvatarButton.txt +225 -0
  8. package/mcp-docs/mobile/components/Banner.txt +221 -0
  9. package/mcp-docs/mobile/components/BarChart.txt +815 -0
  10. package/mcp-docs/mobile/components/Box.txt +173 -0
  11. package/mcp-docs/mobile/components/BrowserBar.txt +146 -0
  12. package/mcp-docs/mobile/components/Button.txt +198 -0
  13. package/mcp-docs/mobile/components/ButtonGroup.txt +79 -0
  14. package/mcp-docs/mobile/components/Carousel.txt +1083 -0
  15. package/mcp-docs/mobile/components/CartesianChart.txt +825 -0
  16. package/mcp-docs/mobile/components/CellMedia.txt +70 -0
  17. package/mcp-docs/mobile/components/Checkbox.txt +245 -0
  18. package/mcp-docs/mobile/components/CheckboxCell.txt +201 -0
  19. package/mcp-docs/mobile/components/CheckboxGroup.txt +284 -0
  20. package/mcp-docs/mobile/components/Chip.txt +194 -0
  21. package/mcp-docs/mobile/components/Coachmark.txt +157 -0
  22. package/mcp-docs/mobile/components/Collapsible.txt +104 -0
  23. package/mcp-docs/mobile/components/ContainedAssetCard.txt +134 -0
  24. package/mcp-docs/mobile/components/ContentCard.txt +365 -0
  25. package/mcp-docs/mobile/components/ContentCardBody.txt +135 -0
  26. package/mcp-docs/mobile/components/ContentCardFooter.txt +127 -0
  27. package/mcp-docs/mobile/components/ContentCardHeader.txt +145 -0
  28. package/mcp-docs/mobile/components/ContentCell.txt +226 -0
  29. package/mcp-docs/mobile/components/ControlGroup.txt +443 -0
  30. package/mcp-docs/mobile/components/DatePicker.txt +496 -0
  31. package/mcp-docs/mobile/components/Divider.txt +138 -0
  32. package/mcp-docs/mobile/components/DotCount.txt +145 -0
  33. package/mcp-docs/mobile/components/DotStatusColor.txt +58 -0
  34. package/mcp-docs/mobile/components/DotSymbol.txt +134 -0
  35. package/mcp-docs/mobile/components/Fallback.txt +157 -0
  36. package/mcp-docs/mobile/components/FloatingAssetCard.txt +155 -0
  37. package/mcp-docs/mobile/components/HStack.txt +234 -0
  38. package/mcp-docs/mobile/components/HeroSquare.txt +47 -0
  39. package/mcp-docs/mobile/components/Icon.txt +51 -0
  40. package/mcp-docs/mobile/components/IconButton.txt +268 -0
  41. package/mcp-docs/mobile/components/InputChip.txt +187 -0
  42. package/mcp-docs/mobile/components/Interactable.txt +186 -0
  43. package/mcp-docs/mobile/components/LineChart.txt +1324 -0
  44. package/mcp-docs/mobile/components/Link.txt +291 -0
  45. package/mcp-docs/mobile/components/ListCell.txt +412 -0
  46. package/mcp-docs/mobile/components/LogoMark.txt +84 -0
  47. package/mcp-docs/mobile/components/LogoWordMark.txt +93 -0
  48. package/mcp-docs/mobile/components/Lottie.txt +138 -0
  49. package/mcp-docs/mobile/components/LottieStatusAnimation.txt +46 -0
  50. package/mcp-docs/mobile/components/Modal.txt +83 -0
  51. package/mcp-docs/mobile/components/ModalBody.txt +33 -0
  52. package/mcp-docs/mobile/components/ModalFooter.txt +24 -0
  53. package/mcp-docs/mobile/components/ModalHeader.txt +27 -0
  54. package/mcp-docs/mobile/components/MultiContentModule.txt +379 -0
  55. package/mcp-docs/mobile/components/NavigationTitle.txt +131 -0
  56. package/mcp-docs/mobile/components/NavigationTitleSelect.txt +141 -0
  57. package/mcp-docs/mobile/components/NudgeCard.txt +89 -0
  58. package/mcp-docs/mobile/components/Numpad.txt +340 -0
  59. package/mcp-docs/mobile/components/Overlay.txt +151 -0
  60. package/mcp-docs/mobile/components/PageFooter.txt +160 -0
  61. package/mcp-docs/mobile/components/PageHeader.txt +185 -0
  62. package/mcp-docs/mobile/components/PeriodSelector.txt +407 -0
  63. package/mcp-docs/mobile/components/Pictogram.txt +47 -0
  64. package/mcp-docs/mobile/components/Point.txt +204 -0
  65. package/mcp-docs/mobile/components/PortalProvider.txt +78 -0
  66. package/mcp-docs/mobile/components/Pressable.txt +210 -0
  67. package/mcp-docs/mobile/components/ProgressBar.txt +129 -0
  68. package/mcp-docs/mobile/components/ProgressBarWithFixedLabels.txt +160 -0
  69. package/mcp-docs/mobile/components/ProgressBarWithFloatLabel.txt +137 -0
  70. package/mcp-docs/mobile/components/ProgressCircle.txt +236 -0
  71. package/mcp-docs/mobile/components/Radio.txt +241 -0
  72. package/mcp-docs/mobile/components/RadioCell.txt +201 -0
  73. package/mcp-docs/mobile/components/RadioGroup.txt +281 -0
  74. package/mcp-docs/mobile/components/ReferenceLine.txt +152 -0
  75. package/mcp-docs/mobile/components/RemoteImage.txt +105 -0
  76. package/mcp-docs/mobile/components/RemoteImageGroup.txt +60 -0
  77. package/mcp-docs/mobile/components/RollingNumber.txt +788 -0
  78. package/mcp-docs/mobile/components/Scrubber.txt +203 -0
  79. package/mcp-docs/mobile/components/SearchInput.txt +191 -0
  80. package/mcp-docs/mobile/components/SectionHeader.txt +204 -0
  81. package/mcp-docs/mobile/components/SegmentedTabs.txt +315 -0
  82. package/mcp-docs/mobile/components/Select.txt +211 -0
  83. package/mcp-docs/mobile/components/SelectChip.txt +323 -0
  84. package/mcp-docs/mobile/components/SelectOption.txt +84 -0
  85. package/mcp-docs/mobile/components/SlideButton.txt +330 -0
  86. package/mcp-docs/mobile/components/Spacer.txt +83 -0
  87. package/mcp-docs/mobile/components/Sparkline.txt +122 -0
  88. package/mcp-docs/mobile/components/SparklineGradient.txt +106 -0
  89. package/mcp-docs/mobile/components/SparklineInteractive.txt +156 -0
  90. package/mcp-docs/mobile/components/SparklineInteractiveHeader.txt +72 -0
  91. package/mcp-docs/mobile/components/Spinner.txt +48 -0
  92. package/mcp-docs/mobile/components/SpotIcon.txt +47 -0
  93. package/mcp-docs/mobile/components/SpotRectangle.txt +47 -0
  94. package/mcp-docs/mobile/components/SpotSquare.txt +47 -0
  95. package/mcp-docs/mobile/components/Stepper.txt +527 -0
  96. package/mcp-docs/mobile/components/SubBrandLogoMark.txt +125 -0
  97. package/mcp-docs/mobile/components/SubBrandLogoWordMark.txt +125 -0
  98. package/mcp-docs/mobile/components/Switch.txt +97 -0
  99. package/mcp-docs/mobile/components/TabIndicator.txt +48 -0
  100. package/mcp-docs/mobile/components/TabLabel.txt +153 -0
  101. package/mcp-docs/mobile/components/TabNavigation.txt +146 -0
  102. package/mcp-docs/mobile/components/TabbedChips.txt +142 -0
  103. package/mcp-docs/mobile/components/Tabs.txt +190 -0
  104. package/mcp-docs/mobile/components/Tag.txt +300 -0
  105. package/mcp-docs/mobile/components/Text.txt +211 -0
  106. package/mcp-docs/mobile/components/TextInput.txt +717 -0
  107. package/mcp-docs/mobile/components/ThemeProvider.txt +132 -0
  108. package/mcp-docs/mobile/components/Toast.txt +196 -0
  109. package/mcp-docs/mobile/components/Tooltip.txt +59 -0
  110. package/mcp-docs/mobile/components/TopNavBar.txt +161 -0
  111. package/mcp-docs/mobile/components/Tour.txt +158 -0
  112. package/mcp-docs/mobile/components/Tray.txt +252 -0
  113. package/mcp-docs/mobile/components/UpsellCard.txt +321 -0
  114. package/mcp-docs/mobile/components/VStack.txt +222 -0
  115. package/mcp-docs/mobile/components/XAxis.txt +621 -0
  116. package/mcp-docs/mobile/components/YAxis.txt +567 -0
  117. package/mcp-docs/mobile/getting-started/ai-overview.txt +108 -0
  118. package/mcp-docs/mobile/getting-started/installation.txt +57 -0
  119. package/mcp-docs/mobile/getting-started/introduction.txt +102 -0
  120. package/mcp-docs/mobile/getting-started/playground.txt +28 -0
  121. package/mcp-docs/mobile/getting-started/styling.txt +84 -0
  122. package/mcp-docs/mobile/getting-started/theming.txt +286 -0
  123. package/mcp-docs/mobile/hooks/useDimensions.txt +72 -0
  124. package/mcp-docs/mobile/hooks/useEventHandler.txt +120 -0
  125. package/mcp-docs/mobile/hooks/useMergeRefs.txt +116 -0
  126. package/mcp-docs/mobile/hooks/useOverlayContentContext.txt +280 -0
  127. package/mcp-docs/mobile/hooks/usePreviousValue.txt +74 -0
  128. package/mcp-docs/mobile/hooks/useRefMap.txt +178 -0
  129. package/mcp-docs/mobile/hooks/useTheme.txt +321 -0
  130. package/mcp-docs/mobile/routes.txt +139 -0
  131. package/mcp-docs/web/components/Accordion.txt +189 -0
  132. package/mcp-docs/web/components/AccordionItem.txt +31 -0
  133. package/mcp-docs/web/components/Alert.txt +164 -0
  134. package/mcp-docs/web/components/AreaChart.txt +510 -0
  135. package/mcp-docs/web/components/Avatar.txt +211 -0
  136. package/mcp-docs/web/components/AvatarButton.txt +240 -0
  137. package/mcp-docs/web/components/Banner.txt +226 -0
  138. package/mcp-docs/web/components/BarChart.txt +1267 -0
  139. package/mcp-docs/web/components/Box.txt +175 -0
  140. package/mcp-docs/web/components/Button.txt +212 -0
  141. package/mcp-docs/web/components/ButtonGroup.txt +79 -0
  142. package/mcp-docs/web/components/Calendar.txt +181 -0
  143. package/mcp-docs/web/components/Carousel.txt +1575 -0
  144. package/mcp-docs/web/components/CartesianChart.txt +1044 -0
  145. package/mcp-docs/web/components/CellMedia.txt +56 -0
  146. package/mcp-docs/web/components/Checkbox.txt +188 -0
  147. package/mcp-docs/web/components/CheckboxCell.txt +202 -0
  148. package/mcp-docs/web/components/CheckboxGroup.txt +219 -0
  149. package/mcp-docs/web/components/Chip.txt +196 -0
  150. package/mcp-docs/web/components/Coachmark.txt +188 -0
  151. package/mcp-docs/web/components/Collapsible.txt +119 -0
  152. package/mcp-docs/web/components/ContainedAssetCard.txt +232 -0
  153. package/mcp-docs/web/components/ContentCard.txt +367 -0
  154. package/mcp-docs/web/components/ContentCardBody.txt +137 -0
  155. package/mcp-docs/web/components/ContentCardFooter.txt +129 -0
  156. package/mcp-docs/web/components/ContentCardHeader.txt +147 -0
  157. package/mcp-docs/web/components/ContentCell.txt +219 -0
  158. package/mcp-docs/web/components/ControlGroup.txt +436 -0
  159. package/mcp-docs/web/components/DatePicker.txt +505 -0
  160. package/mcp-docs/web/components/Divider.txt +143 -0
  161. package/mcp-docs/web/components/DotCount.txt +149 -0
  162. package/mcp-docs/web/components/DotStatusColor.txt +58 -0
  163. package/mcp-docs/web/components/DotSymbol.txt +137 -0
  164. package/mcp-docs/web/components/Dropdown.txt +119 -0
  165. package/mcp-docs/web/components/Fallback.txt +163 -0
  166. package/mcp-docs/web/components/FloatingAssetCard.txt +250 -0
  167. package/mcp-docs/web/components/FullscreenAlert.txt +69 -0
  168. package/mcp-docs/web/components/FullscreenModal.txt +145 -0
  169. package/mcp-docs/web/components/FullscreenModalLayout.txt +187 -0
  170. package/mcp-docs/web/components/Grid.txt +236 -0
  171. package/mcp-docs/web/components/GridColumn.txt +209 -0
  172. package/mcp-docs/web/components/HStack.txt +236 -0
  173. package/mcp-docs/web/components/HeroSquare.txt +48 -0
  174. package/mcp-docs/web/components/Icon.txt +145 -0
  175. package/mcp-docs/web/components/IconButton.txt +390 -0
  176. package/mcp-docs/web/components/InputChip.txt +187 -0
  177. package/mcp-docs/web/components/Interactable.txt +193 -0
  178. package/mcp-docs/web/components/LineChart.txt +1576 -0
  179. package/mcp-docs/web/components/Link.txt +243 -0
  180. package/mcp-docs/web/components/ListCell.txt +418 -0
  181. package/mcp-docs/web/components/LogoMark.txt +84 -0
  182. package/mcp-docs/web/components/LogoWordMark.txt +93 -0
  183. package/mcp-docs/web/components/Lottie.txt +157 -0
  184. package/mcp-docs/web/components/LottieStatusAnimation.txt +57 -0
  185. package/mcp-docs/web/components/MediaQueryProvider.txt +108 -0
  186. package/mcp-docs/web/components/Modal.txt +196 -0
  187. package/mcp-docs/web/components/ModalBody.txt +117 -0
  188. package/mcp-docs/web/components/ModalFooter.txt +119 -0
  189. package/mcp-docs/web/components/ModalHeader.txt +123 -0
  190. package/mcp-docs/web/components/MultiContentModule.txt +381 -0
  191. package/mcp-docs/web/components/NavigationBar.txt +102 -0
  192. package/mcp-docs/web/components/NavigationTitle.txt +25 -0
  193. package/mcp-docs/web/components/NavigationTitleSelect.txt +45 -0
  194. package/mcp-docs/web/components/NudgeCard.txt +181 -0
  195. package/mcp-docs/web/components/Overlay.txt +171 -0
  196. package/mcp-docs/web/components/PageFooter.txt +184 -0
  197. package/mcp-docs/web/components/PageHeader.txt +243 -0
  198. package/mcp-docs/web/components/Pagination.txt +499 -0
  199. package/mcp-docs/web/components/PeriodSelector.txt +703 -0
  200. package/mcp-docs/web/components/Pictogram.txt +48 -0
  201. package/mcp-docs/web/components/Point.txt +460 -0
  202. package/mcp-docs/web/components/PortalProvider.txt +76 -0
  203. package/mcp-docs/web/components/Pressable.txt +193 -0
  204. package/mcp-docs/web/components/ProgressBar.txt +163 -0
  205. package/mcp-docs/web/components/ProgressBarWithFixedLabels.txt +212 -0
  206. package/mcp-docs/web/components/ProgressBarWithFloatLabel.txt +181 -0
  207. package/mcp-docs/web/components/ProgressCircle.txt +443 -0
  208. package/mcp-docs/web/components/Radio.txt +219 -0
  209. package/mcp-docs/web/components/RadioCell.txt +215 -0
  210. package/mcp-docs/web/components/RadioGroup.txt +288 -0
  211. package/mcp-docs/web/components/ReferenceLine.txt +451 -0
  212. package/mcp-docs/web/components/RemoteImage.txt +165 -0
  213. package/mcp-docs/web/components/RemoteImageGroup.txt +86 -0
  214. package/mcp-docs/web/components/RollingNumber.txt +1021 -0
  215. package/mcp-docs/web/components/Scrubber.txt +231 -0
  216. package/mcp-docs/web/components/SearchInput.txt +117 -0
  217. package/mcp-docs/web/components/SectionHeader.txt +217 -0
  218. package/mcp-docs/web/components/SegmentedTabs.txt +324 -0
  219. package/mcp-docs/web/components/Select.txt +224 -0
  220. package/mcp-docs/web/components/SelectChip.txt +314 -0
  221. package/mcp-docs/web/components/SelectOption.txt +165 -0
  222. package/mcp-docs/web/components/Sidebar.txt +349 -0
  223. package/mcp-docs/web/components/SidebarItem.txt +131 -0
  224. package/mcp-docs/web/components/SidebarMoreMenu.txt +30 -0
  225. package/mcp-docs/web/components/Spacer.txt +173 -0
  226. package/mcp-docs/web/components/Sparkline.txt +122 -0
  227. package/mcp-docs/web/components/SparklineGradient.txt +106 -0
  228. package/mcp-docs/web/components/SparklineInteractive.txt +153 -0
  229. package/mcp-docs/web/components/SparklineInteractiveHeader.txt +76 -0
  230. package/mcp-docs/web/components/Spinner.txt +128 -0
  231. package/mcp-docs/web/components/SpotIcon.txt +48 -0
  232. package/mcp-docs/web/components/SpotRectangle.txt +48 -0
  233. package/mcp-docs/web/components/SpotSquare.txt +48 -0
  234. package/mcp-docs/web/components/Stepper.txt +682 -0
  235. package/mcp-docs/web/components/SubBrandLogoMark.txt +125 -0
  236. package/mcp-docs/web/components/SubBrandLogoWordMark.txt +125 -0
  237. package/mcp-docs/web/components/Switch.txt +85 -0
  238. package/mcp-docs/web/components/TabIndicator.txt +48 -0
  239. package/mcp-docs/web/components/TabLabel.txt +158 -0
  240. package/mcp-docs/web/components/TabNavigation.txt +159 -0
  241. package/mcp-docs/web/components/TabbedChips.txt +155 -0
  242. package/mcp-docs/web/components/Table.txt +367 -0
  243. package/mcp-docs/web/components/TableBody.txt +83 -0
  244. package/mcp-docs/web/components/TableCaption.txt +102 -0
  245. package/mcp-docs/web/components/TableCell.txt +165 -0
  246. package/mcp-docs/web/components/TableCellFallback.txt +97 -0
  247. package/mcp-docs/web/components/TableFooter.txt +83 -0
  248. package/mcp-docs/web/components/TableHeader.txt +100 -0
  249. package/mcp-docs/web/components/TableRow.txt +140 -0
  250. package/mcp-docs/web/components/Tabs.txt +212 -0
  251. package/mcp-docs/web/components/Tag.txt +304 -0
  252. package/mcp-docs/web/components/Text.txt +232 -0
  253. package/mcp-docs/web/components/TextInput.txt +652 -0
  254. package/mcp-docs/web/components/ThemeProvider.txt +199 -0
  255. package/mcp-docs/web/components/TileButton.txt +158 -0
  256. package/mcp-docs/web/components/Toast.txt +203 -0
  257. package/mcp-docs/web/components/Tooltip.txt +89 -0
  258. package/mcp-docs/web/components/Tour.txt +179 -0
  259. package/mcp-docs/web/components/Tray.txt +288 -0
  260. package/mcp-docs/web/components/UpsellCard.txt +319 -0
  261. package/mcp-docs/web/components/VStack.txt +224 -0
  262. package/mcp-docs/web/components/XAxis.txt +619 -0
  263. package/mcp-docs/web/components/YAxis.txt +548 -0
  264. package/mcp-docs/web/getting-started/ai-overview.txt +108 -0
  265. package/mcp-docs/web/getting-started/installation.txt +103 -0
  266. package/mcp-docs/web/getting-started/introduction.txt +102 -0
  267. package/mcp-docs/web/getting-started/playground.txt +28 -0
  268. package/mcp-docs/web/getting-started/styling.txt +161 -0
  269. package/mcp-docs/web/getting-started/templates.txt +121 -0
  270. package/mcp-docs/web/getting-started/theming.txt +426 -0
  271. package/mcp-docs/web/hooks/useBreakpoints.txt +61 -0
  272. package/mcp-docs/web/hooks/useDimensions.txt +114 -0
  273. package/mcp-docs/web/hooks/useEventHandler.txt +120 -0
  274. package/mcp-docs/web/hooks/useHasMounted.txt +75 -0
  275. package/mcp-docs/web/hooks/useIsoEffect.txt +58 -0
  276. package/mcp-docs/web/hooks/useMediaQuery.txt +114 -0
  277. package/mcp-docs/web/hooks/useMergeRefs.txt +116 -0
  278. package/mcp-docs/web/hooks/useOverlayContentContext.txt +279 -0
  279. package/mcp-docs/web/hooks/usePreviousValue.txt +74 -0
  280. package/mcp-docs/web/hooks/useRefMap.txt +178 -0
  281. package/mcp-docs/web/hooks/useScrollBlocker.txt +82 -0
  282. package/mcp-docs/web/hooks/useTheme.txt +364 -0
  283. package/mcp-docs/web/routes.txt +163 -0
  284. package/package.json +1 -1
@@ -0,0 +1,682 @@
1
+ # Stepper
2
+
3
+ A component that visualizes states within a multi-step process.
4
+
5
+ ## Import
6
+
7
+ ```tsx
8
+ import { Stepper } from '@coinbase/cds-web/stepper/Stepper'
9
+ ```
10
+
11
+ ## Examples
12
+
13
+ ### Basic Usage
14
+
15
+ The stepper can be used in two directions: horizontal and vertical.
16
+ Each direction has its own unique default design in order to support different use cases.
17
+
18
+ #### Direction: Horizontal
19
+
20
+ ```tsx live
21
+ function StepperHorizontalBasicExample() {
22
+ const steps = [
23
+ { id: '1', label: 'Account Details' },
24
+ { id: '2', label: 'Personal Information' },
25
+ { id: '3', label: 'Payment Method' },
26
+ { id: '4', label: 'Review & Submit' },
27
+ ];
28
+
29
+ const [stepperState, stepperApi] = useStepper({ steps });
30
+ const [complete, setComplete] = useState(false);
31
+
32
+ const handleNext = () => {
33
+ if (stepperState.activeStepId === '4') {
34
+ setComplete(true);
35
+ } else {
36
+ stepperApi.goNextStep();
37
+ }
38
+ };
39
+
40
+ const handlePrevious = () => {
41
+ setComplete(false);
42
+ stepperApi.goPreviousStep();
43
+ };
44
+
45
+ const handleReset = () => {
46
+ setComplete(false);
47
+ stepperApi.reset();
48
+ };
49
+
50
+ return (
51
+ <VStack gap={2}>
52
+ <Stepper
53
+ direction="horizontal"
54
+ activeStepId={stepperState.activeStepId}
55
+ steps={steps}
56
+ complete={complete}
57
+ />
58
+ <HStack gap={1}>
59
+ <Button
60
+ variant="secondary"
61
+ onClick={handlePrevious}
62
+ disabled={stepperState.activeStepId === '1'}
63
+ >
64
+ Previous
65
+ </Button>
66
+ <Button onClick={handleNext} disabled={complete}>
67
+ {stepperState.activeStepId === '4' ? 'Complete' : 'Next'}
68
+ </Button>
69
+ {complete && <Button onClick={handleReset}>Reset</Button>}
70
+ </HStack>
71
+ </VStack>
72
+ );
73
+ }
74
+ ```
75
+
76
+ #### Direction: Vertical
77
+
78
+ ```tsx live
79
+ function StepperVerticalBasicExample() {
80
+ const steps = [
81
+ { id: '1', label: 'Account Details' },
82
+ { id: '2', label: 'Personal Information' },
83
+ { id: '3', label: 'Payment Method' },
84
+ { id: '4', label: 'Review & Submit' },
85
+ ];
86
+
87
+ const [stepperState, stepperApi] = useStepper({ steps });
88
+ const [complete, setComplete] = useState(false);
89
+
90
+ const handleNext = () => {
91
+ if (stepperState.activeStepId === '4') {
92
+ setComplete(true);
93
+ } else {
94
+ stepperApi.goNextStep();
95
+ }
96
+ };
97
+
98
+ const handlePrevious = () => {
99
+ setComplete(false);
100
+ stepperApi.goPreviousStep();
101
+ };
102
+
103
+ const handleReset = () => {
104
+ setComplete(false);
105
+ stepperApi.reset();
106
+ };
107
+
108
+ return (
109
+ <VStack gap={2}>
110
+ <Stepper
111
+ direction="vertical"
112
+ activeStepId={stepperState.activeStepId}
113
+ steps={steps}
114
+ complete={complete}
115
+ />
116
+ <HStack gap={1}>
117
+ <Button
118
+ variant="secondary"
119
+ onClick={handlePrevious}
120
+ disabled={stepperState.activeStepId === '1'}
121
+ >
122
+ Previous
123
+ </Button>
124
+ <Button onClick={handleNext} disabled={complete}>
125
+ {stepperState.activeStepId === '4' ? 'Complete' : 'Next'}
126
+ </Button>
127
+ {complete && <Button onClick={handleReset}>Reset</Button>}
128
+ </HStack>
129
+ </VStack>
130
+ );
131
+ }
132
+ ```
133
+
134
+ ### Step Config
135
+
136
+ The Stepper is ultimately a visual representation of an array of step objects (i.e. `StepperValue[]`).
137
+ These should be defined outside of the component or memoized prior to rendering a Stepper.
138
+
139
+ Commonly used or required **StepperValue** properties:
140
+
141
+ - `id` - A required, unique identifier for the step.
142
+ - `label` - The label of the step. Optionally exclude this property to hide the label text.
143
+ - `subSteps` - An optional array of sub-steps to nest under the step.
144
+ - `metadata` - An optional object that can be used to store additional data about the step. This is useful when providing your own custom Step components.
145
+
146
+ ### useStepper hook
147
+
148
+ Call the `useStepper` hook to initialize stepper state, access the current state and perform state mutations with its API.
149
+
150
+ The hook returns a tuple where the first member is the current stepper state containing the `activeStepId`.
151
+
152
+ ```tsx
153
+ const [stepperState, stepperApi] = useStepper({ steps });
154
+
155
+ <Stepper direction="horizontal" activeStepId={stepperState.activeStepId} steps={steps} />;
156
+ ```
157
+
158
+ The second member is an API for manipulating the stepper state and includes the following methods:
159
+
160
+ ```tsx
161
+ type StepperApi = {
162
+ /** Update the currently active step to the step with `id`. */
163
+ goToStep: (id: string) => void;
164
+ /** Update the currently active step to the next enabled step in the steps array. Does nothing if the last step is already active. */
165
+ goNextStep: () => void;
166
+ /** Update the currently active step to the previous enabled step in the steps array. Does nothing if the first step is already active. */
167
+ goPreviousStep: () => void;
168
+ /** Reset the active step to the original default active step. */
169
+ reset: () => void;
170
+ };
171
+ ```
172
+
173
+ ### Common Patterns & Use Cases
174
+
175
+ #### Sub-steps
176
+
177
+ A common use-case for the vertical stepper is to visualize long and complex workflows with nested/grouped steps.
178
+ A StepperValue object optionally accepts a `subSteps` property, which is also an array of StepperValue objects.
179
+
180
+ :::danger Avoid Deep Nesting
181
+ Steps can be nested arbritrarily deep, however CDS does not advise nesting deeper than one level.
182
+ :::
183
+
184
+ ```tsx live
185
+ function StepperVerticalSubStepsExample() {
186
+ const steps: StepperValue[] = [
187
+ {
188
+ id: 'first-step',
189
+ label: 'First step',
190
+ },
191
+ {
192
+ id: 'second-step',
193
+ label: 'Second step',
194
+ subSteps: [
195
+ {
196
+ id: 'second-step-substep-one',
197
+ label: 'Substep one',
198
+ },
199
+ {
200
+ id: 'second-step-substep-two',
201
+ label: 'Substep two',
202
+ },
203
+ {
204
+ id: 'second-step-substep-three',
205
+ label: 'Substep three',
206
+ },
207
+ ],
208
+ },
209
+ {
210
+ id: 'final-step',
211
+ label: 'Final step',
212
+ },
213
+ ];
214
+
215
+ const [stepperState, stepperApi] = useStepper({ steps });
216
+ const [complete, setComplete] = useState(false);
217
+
218
+ const handleNext = () => {
219
+ if (stepperState.activeStepId === 'final-step') {
220
+ setComplete(true);
221
+ } else {
222
+ stepperApi.goNextStep();
223
+ }
224
+ };
225
+
226
+ const handlePrevious = () => {
227
+ setComplete(false);
228
+ stepperApi.goPreviousStep();
229
+ };
230
+
231
+ const handleReset = () => {
232
+ setComplete(false);
233
+ stepperApi.reset();
234
+ };
235
+
236
+ return (
237
+ <VStack gap={2}>
238
+ <Stepper
239
+ direction="vertical"
240
+ activeStepId={stepperState.activeStepId}
241
+ steps={steps}
242
+ complete={complete}
243
+ accessibilityLabel="Example Stepper"
244
+ />
245
+ <HStack gap={1}>
246
+ <Button
247
+ variant="secondary"
248
+ onClick={handlePrevious}
249
+ disabled={stepperState.activeStepId === 'first-step'}
250
+ >
251
+ Previous
252
+ </Button>
253
+ <Button onClick={handleNext} disabled={complete}>
254
+ {stepperState.activeStepId === 'final-step' ? 'Complete' : 'Next'}
255
+ </Button>
256
+ {complete && <Button onClick={handleReset}>Reset</Button>}
257
+ </HStack>
258
+ </VStack>
259
+ );
260
+ }
261
+ ```
262
+
263
+ ### Customization Options
264
+
265
+ #### 1. Custom Components
266
+
267
+ Stepper is highly customizable. Use the _Component_ props to customize Stepper with your own React components.
268
+ Components can be set on the Stepper or individually on each step. Custom components set on a specific step will override the same component set on the Stepper.
269
+
270
+ ##### Customizable subcomponents
271
+
272
+ - **StepperHeaderComponent**: Rendered above the entire stepper, helpful to display an overall title or label.
273
+ - **StepperIconComponent**: Useful for showing a small visual with the step to convey state or the intent of the step.
274
+ - **StepperProgressComponent**: Can be used to show an animated marker of progress with each step.
275
+ - **StepperLabelComponent**: A component responsible for rendering the label text or main content associated with the step.
276
+ - **StepperSubstepContainerComponent**: Responsible for rendering the recursive sub-steps of a step.
277
+
278
+ Below are some basic diagrams to help visualize the Stepper anatomy in its two orientations.
279
+
280
+ ```text
281
+ direction: horizontal
282
+ ┌─────────────────────────────────┐
283
+ │ Step (VStack) │
284
+ │ ┌───────────────────────────┐ │
285
+ │ │ HStack │ │
286
+ │ │ ┌──────┐ ┌──────────────┐ │ │
287
+ │ │ │ Icon │ │ Progress │ │ │
288
+ │ │ │ │ │ │ │ │
289
+ │ │ └──────┘ └──────────────┘ │ │
290
+ │ └───────────────────────────┘ │
291
+ │ ┌───────────────────────────┐ │
292
+ │ │ Label │ │
293
+ │ └───────────────────────────┘ │
294
+ │ ┌───────────────────────────┐ │
295
+ │ │ SubstepContainer │ │
296
+ │ │ (recursive) │ │
297
+ │ └───────────────────────────┘ │
298
+ └─────────────────────────────────┘
299
+ ```
300
+
301
+ ```text
302
+ direction: vertical
303
+ ┌─────────────────────────────────────────────────┐
304
+ │ Step (VStack) │
305
+ │ ┌───────────────────────────────────────────┐ │
306
+ │ │ HStack │ │
307
+ │ │ ┌─────────────┐ ┌───────────────────┐ │ │
308
+ │ │ │ VStack │ │ VStack │ │ │
309
+ │ │ │ ┌─────────┐ │ │ ┌───────────────┐ │ │ │
310
+ │ │ │ │ Icon │ │ │ │ Label │ │ │ │
311
+ │ │ │ └─────────┘ │ │ └───────────────┘ │ │ │
312
+ │ │ │ ┌─────────┐ │ │ ┌───────────────┐ │ │ │
313
+ │ │ │ │Progress │ │ │ │ Substeps │ │ │ │
314
+ │ │ │ └─────────┘ │ │ │ (recursive) │ │ │ │
315
+ │ │ └─────────────┘ │ └───────────────┘ │ │ │
316
+ │ └───────────────────────────────────────────┘ │
317
+ └─────────────────────────────────────────────────┘
318
+ ```
319
+
320
+ Each custom component receives a specific set of props that provide access to step data and state.
321
+ When writing your own components, make sure you're getting the most out of Stepper by importing our custom component types like so:
322
+
323
+ ```tsx
324
+ import type { StepperLabelProps } from '@coinbase/cds-web/stepper/Stepper';
325
+
326
+ const TravelBookingLabel = ({
327
+ step,
328
+ active,
329
+ depth,
330
+ }: StepperLabelProps) => {
331
+ const { label, metadata, id } = step;
332
+ const subtitle = metadata?.subtitle as string;
333
+
334
+ if (depth === 0 && metadata) {
335
+ return (
336
+ <ListCell
337
+ description={metadata.name as string}
338
+ detail={metadata.date as string}
339
+ innerSpacing={{ paddingTop: 0, paddingBottom: 0 }}
340
+ maxWidth={350}
341
+ minHeight={undefined}
342
+ outerSpacing={{ paddingTop: 0, paddingBottom: 3, paddingStart: 0, paddingEnd: 0 }}
343
+ subdetail={metadata.time as string}
344
+ title={label}
345
+ />
346
+ );
347
+ }
348
+ ```
349
+
350
+ :::tip Using Default Components
351
+ In many cases, it may be helpful to compose the default Stepper Components within your own. For example, you may want to make the default label pressable.
352
+ All of the default components used by Stepper are exported and available for you to use.
353
+
354
+ ```tsx
355
+ import { DefaultStepperLabelHorizontal } from '@coinbase/cds-web/stepper';
356
+
357
+ <Stepper
358
+ direction="horizontal"
359
+ StepperLabelComponent={(props) => (
360
+ <Pressable onClick={handleStepClick}>
361
+ <DefaultStepperLabelHorizontal {...props} />
362
+ </Pressable>
363
+ )}
364
+ />;
365
+ ```
366
+
367
+ :::
368
+
369
+ ##### Null Components
370
+
371
+ Pass null to any of the component props to completely disable its functionality and hide it from the user.
372
+
373
+ ```tsx live
374
+ function StepperNullComponentsExample() {
375
+ const steps = [
376
+ { id: '1', label: 'Account Details' },
377
+ { id: '2', label: 'Personal Information' },
378
+ { id: '3', label: 'Payment Method' },
379
+ { id: '4', label: 'Review & Submit' },
380
+ ];
381
+
382
+ const [stepperState, stepperApi] = useStepper({ steps });
383
+ const [complete, setComplete] = useState(false);
384
+
385
+ const handleNext = () => {
386
+ if (stepperState.activeStepId === '4') {
387
+ setComplete(true);
388
+ } else {
389
+ stepperApi.goNextStep();
390
+ }
391
+ };
392
+
393
+ const handlePrevious = () => {
394
+ setComplete(false);
395
+ stepperApi.goPreviousStep();
396
+ };
397
+
398
+ return (
399
+ <VStack gap={2}>
400
+ <Stepper
401
+ direction="horizontal"
402
+ StepperLabelComponent={null}
403
+ activeStepId={stepperState.activeStepId}
404
+ steps={steps}
405
+ complete={complete}
406
+ />
407
+ <HStack gap={1}>
408
+ <Button
409
+ variant="secondary"
410
+ onClick={handlePrevious}
411
+ disabled={stepperState.activeStepId === '1'}
412
+ >
413
+ Previous
414
+ </Button>
415
+ <Button onClick={handleNext} disabled={complete}>
416
+ {stepperState.activeStepId === '4' ? 'Complete' : 'Next'}
417
+ </Button>
418
+ </HStack>
419
+ </VStack>
420
+ );
421
+ }
422
+ ```
423
+
424
+ ##### Custom Metadata for Rich Step Data
425
+
426
+ The `metadata` property on each step allows you to store additional data that can be used
427
+ by custom components to create rich, interactive experiences. This is particularly useful
428
+ for complex workflows where each step needs to display contextual information.
429
+
430
+ ```tsx live
431
+ function StepperCustomMetadataExample() {
432
+ const CustomBookingLabel = ({ step, active }) => {
433
+ const { label, metadata } = step;
434
+
435
+ return (
436
+ <ListCell
437
+ title={label}
438
+ description={metadata.name}
439
+ detail={metadata.date}
440
+ subdetail={metadata.time}
441
+ maxWidth={350}
442
+ innerSpacing={{ paddingTop: 0, paddingBottom: 0 }}
443
+ outerSpacing={{ paddingTop: 0, paddingBottom: 3, paddingStart: 0, paddingEnd: 0 }}
444
+ minHeight={undefined}
445
+ />
446
+ );
447
+ };
448
+
449
+ const bookingSteps: StepperValue<{
450
+ name: string;
451
+ date: string;
452
+ time: string;
453
+ }>[] = [
454
+ {
455
+ id: 'book-hotel',
456
+ label: 'Book Hotel',
457
+ metadata: {
458
+ name: 'Marriott Downtown',
459
+ date: '2025-06-13',
460
+ time: '3:00 PM Check-in',
461
+ },
462
+ },
463
+ {
464
+ id: 'book-flight',
465
+ label: 'Book Flight',
466
+ metadata: {
467
+ name: 'Delta Airlines',
468
+ date: '2025-06-13',
469
+ time: '11:03 AM Departure',
470
+ },
471
+ },
472
+ {
473
+ id: 'rental-car',
474
+ label: 'Reserve Rental Car',
475
+ metadata: {
476
+ name: 'Enterprise Rent-A-Car',
477
+ date: '2025-06-14',
478
+ time: '2:24 PM Pickup',
479
+ },
480
+ },
481
+ ];
482
+
483
+ const [stepperState, stepperApi] = useStepper({
484
+ steps: bookingSteps,
485
+ });
486
+
487
+ return (
488
+ <Stepper
489
+ direction="vertical"
490
+ activeStepId={stepperState.activeStepId}
491
+ steps={bookingSteps}
492
+ complete={true}
493
+ StepperLabelComponent={CustomBookingLabel}
494
+ accessibilityLabel="Travel Booking Stepper"
495
+ />
496
+ );
497
+ }
498
+ ```
499
+
500
+ #### 2. style and className APIs
501
+
502
+ The Stepper component provides flexible styling options through the `classNames` and `styles` props.
503
+ Through these props, you can apply CSS classes and inline styles to specific subcomponents of the Stepper; the same components which you can override with the `Component` props.
504
+
505
+ ##### classNames
506
+
507
+ The `classNames` prop allows you to apply CSS classes to specific child elements.
508
+ It accepts an object with the following optional keys:
509
+
510
+ - `header` - Applied to the header component
511
+ - `step` - Applied to each individual step element
512
+ - `substepContainer` - Applied to each substep container element
513
+ - `progress` - Applied to each step progress bar element
514
+ - `label` - Applied to each step label element
515
+ - `icon` - Applied to each step icon element
516
+
517
+ ```tsx
518
+ <Stepper
519
+ classNames={{
520
+ step: 'custom-step',
521
+ label: 'custom-label',
522
+ progress: 'custom-marker',
523
+ }}
524
+ // ... other props
525
+ />
526
+ ```
527
+
528
+ :::tip data-attributes
529
+ Each step element, automatically receives data attributes that reflect its step's current state, making it easy to style different step states with CSS.
530
+
531
+ - `data-step-active=(true|false)` - Indicates when the step is the current, active step:
532
+ - `data-step-complete=(true|false)` - Indicates when the stepper has been completed
533
+ - `data-step-visited=(true|false)` - Indicates when the position of the active step is greater than or equal to the step's position in the stepper
534
+ - `data-step-descendent-active=(true|false)` - Indicates when the active step has a descendent sub-step that is active
535
+
536
+ ```css
537
+ /* Style active step labels */
538
+ [data-step-active='true'] {
539
+ color: var(--color-fgPrimary);
540
+ font-weight: bold;
541
+ }
542
+ ```
543
+
544
+ :::
545
+
546
+ ##### styles
547
+
548
+ The `styles` prop allows you to apply inline styles to specific child elements.
549
+ It follows the same structure as `classNames`:
550
+
551
+ ```tsx
552
+ <Stepper
553
+ direction="horizontal"
554
+ styles={{
555
+ step: { ... },
556
+ substepContainer: { ... },
557
+ label: { ... },
558
+ progress: { ... },
559
+ }}
560
+ // ... other props
561
+ />
562
+ ```
563
+
564
+ ## Props
565
+
566
+ | Prop | Type | Required | Default | Description |
567
+ | --- | --- | --- | --- | --- |
568
+ | `activeStepId` | `string \| null` | Yes | `-` | The id of the current/active step. Set this to null to visualize a completely unfilled/incomplete Stepper. |
569
+ | `direction` | `horizontal \| vertical` | Yes | `-` | The orientation of the stepper. |
570
+ | `steps` | `StepperValue<Metadata>[]` | Yes | `-` | An array of steps to render. |
571
+ | `StepperHeaderComponent` | `StepperHeaderComponent<Metadata> \| null` | No | `-` | An optional component to render in place of the default Header subcomponent. Set to null to render nothing in this slot. |
572
+ | `StepperIconComponent` | `StepperIconComponent<Metadata> \| null` | No | `-` | An optional component to render in place of the default Icon subcomponent. Set to null to render nothing in this slot. |
573
+ | `StepperLabelComponent` | `StepperLabelComponent<Metadata> \| null` | No | `-` | An optional component to render in place of the default Label subcomponent. Set to null to render nothing in this slot. |
574
+ | `StepperProgressComponent` | `StepperProgressComponent<Metadata> \| null` | No | `-` | An optional component to render in place of the default Progress subcomponent. Set to null to render nothing in this slot. |
575
+ | `StepperStepComponent` | `StepperStepComponent<Metadata>` | No | `-` | An optional component to render in place of the default Step subcomponent. |
576
+ | `StepperSubstepContainerComponent` | `StepperSubstepContainerComponent<Metadata> \| null` | No | `-` | An optional component to render in place of the default SubstepContainer subcomponent. |
577
+ | `alignContent` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| baseline \| first baseline \| last baseline \| space-between \| space-around \| space-evenly>` | No | `-` | - |
578
+ | `alignItems` | `ResponsiveProp<center \| normal \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
579
+ | `alignSelf` | `ResponsiveProp<center \| normal \| auto \| start \| end \| flex-start \| flex-end \| self-start \| self-end \| stretch \| baseline \| first baseline \| last baseline>` | No | `-` | - |
580
+ | `animate` | `boolean` | No | `true` | Whether to animate the progress spring. |
581
+ | `as` | `div` | No | `-` | - |
582
+ | `aspectRatio` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
583
+ | `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 | `-` | - |
584
+ | `borderBottomLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
585
+ | `borderBottomRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
586
+ | `borderBottomWidth` | `0 \| 100 \| 200 \| 300 \| 400 \| 500` | No | `-` | - |
587
+ | `borderColor` | `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 | `-` | - |
588
+ | `borderEndWidth` | `0 \| 100 \| 200 \| 300 \| 400 \| 500` | No | `-` | - |
589
+ | `borderRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
590
+ | `borderStartWidth` | `0 \| 100 \| 200 \| 300 \| 400 \| 500` | No | `-` | - |
591
+ | `borderTopLeftRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
592
+ | `borderTopRightRadius` | `0 \| 100 \| 200 \| 300 \| 400 \| 500 \| 600 \| 700 \| 800 \| 900 \| 1000` | No | `-` | - |
593
+ | `borderTopWidth` | `0 \| 100 \| 200 \| 300 \| 400 \| 500` | No | `-` | - |
594
+ | `borderWidth` | `0 \| 100 \| 200 \| 300 \| 400 \| 500` | No | `-` | - |
595
+ | `bordered` | `boolean` | No | `-` | Add a border around all sides of the box. |
596
+ | `borderedBottom` | `boolean` | No | `-` | Add a border to the bottom side of the box. |
597
+ | `borderedEnd` | `boolean` | No | `-` | Add a border to the trailing side of the box. |
598
+ | `borderedHorizontal` | `boolean` | No | `-` | Add a border to the leading and trailing sides of the box. |
599
+ | `borderedStart` | `boolean` | No | `-` | Add a border to the leading side of the box. |
600
+ | `borderedTop` | `boolean` | No | `-` | Add a border to the top side of the box. |
601
+ | `borderedVertical` | `boolean` | No | `-` | Add a border to the top and bottom sides of the box. |
602
+ | `bottom` | `ResponsiveProp<Bottom<string \| number>>` | No | `-` | - |
603
+ | `classNames` | `{ root?: string; step?: string \| undefined; substepContainer?: string \| undefined; label?: string \| undefined; progress?: string \| undefined; icon?: string \| undefined; header?: string \| undefined; } \| undefined` | No | `-` | Optional CSS class names for specific child elements of Stepper |
604
+ | `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 | `-` | - |
605
+ | `columnGap` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
606
+ | `complete` | `boolean` | No | `-` | Set this to true to visualize a completely filled/complete Stepper |
607
+ | `completedStepAccessibilityLabel` | `string` | No | `"Complete"` | An optional accessibility label used to announce a step as complete/visited. Useful for providing an internationalized label for this state. |
608
+ | `dangerouslySetBackground` | `string` | No | `-` | - |
609
+ | `disableAnimateOnMount` | `boolean` | No | `-` | Whether to disable the animation on mount. |
610
+ | `display` | `ResponsiveProp<grid \| revert \| none \| block \| inline \| inline-block \| flex \| inline-flex \| inline-grid \| contents \| flow-root \| list-item>` | No | `-` | - |
611
+ | `elevation` | `0 \| 1 \| 2` | No | `-` | - |
612
+ | `flexBasis` | `ResponsiveProp<FlexBasis<string \| number>>` | No | `-` | - |
613
+ | `flexDirection` | `ResponsiveProp<column \| row \| row-reverse \| column-reverse>` | No | `-` | - |
614
+ | `flexGrow` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset` | No | `-` | - |
615
+ | `flexShrink` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset` | No | `-` | - |
616
+ | `flexWrap` | `ResponsiveProp<nowrap \| wrap \| wrap-reverse>` | No | `-` | - |
617
+ | `font` | `ResponsiveProp<FontFamily \| inherit>` | No | `-` | - |
618
+ | `fontFamily` | `ResponsiveProp<FontFamily \| inherit>` | No | `-` | - |
619
+ | `fontSize` | `ResponsiveProp<FontSize \| inherit>` | No | `-` | - |
620
+ | `fontWeight` | `ResponsiveProp<FontWeight \| inherit>` | No | `-` | - |
621
+ | `gap` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
622
+ | `grid` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
623
+ | `gridArea` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
624
+ | `gridAutoColumns` | `ResponsiveProp<GridAutoColumns<string \| number>>` | No | `-` | - |
625
+ | `gridAutoFlow` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| row \| column \| dense` | No | `-` | - |
626
+ | `gridAutoRows` | `ResponsiveProp<GridAutoRows<string \| number>>` | No | `-` | - |
627
+ | `gridColumn` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
628
+ | `gridColumnEnd` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
629
+ | `gridColumnStart` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
630
+ | `gridRow` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
631
+ | `gridRowEnd` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
632
+ | `gridRowStart` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
633
+ | `gridTemplate` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
634
+ | `gridTemplateAreas` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
635
+ | `gridTemplateColumns` | `ResponsiveProp<GridTemplateColumns<string \| number>>` | No | `-` | - |
636
+ | `gridTemplateRows` | `ResponsiveProp<GridTemplateRows<string \| number>>` | No | `-` | - |
637
+ | `height` | `ResponsiveProp<Height<string \| number>>` | No | `-` | - |
638
+ | `justifyContent` | `ResponsiveProp<left \| right \| center \| normal \| start \| end \| flex-start \| flex-end \| stretch \| space-between \| space-around \| space-evenly>` | No | `-` | - |
639
+ | `key` | `Key \| null` | No | `-` | - |
640
+ | `left` | `ResponsiveProp<Left<string \| number>>` | No | `-` | - |
641
+ | `lineHeight` | `ResponsiveProp<LineHeight \| inherit>` | No | `-` | - |
642
+ | `margin` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
643
+ | `marginBottom` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
644
+ | `marginEnd` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
645
+ | `marginStart` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
646
+ | `marginTop` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
647
+ | `marginX` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
648
+ | `marginY` | `ResponsiveProp<0 \| -5 \| -10 \| -0.25 \| -0.5 \| -0.75 \| -1 \| -1.5 \| -2 \| -3 \| -4 \| -6 \| -7 \| -8 \| -9>` | No | `-` | - |
649
+ | `maxHeight` | `ResponsiveProp<MaxHeight<string \| number>>` | No | `-` | - |
650
+ | `maxWidth` | `ResponsiveProp<MaxWidth<string \| number>>` | No | `-` | - |
651
+ | `minHeight` | `ResponsiveProp<MinHeight<string \| number>>` | No | `-` | - |
652
+ | `minWidth` | `ResponsiveProp<MinWidth<string \| number>>` | No | `-` | - |
653
+ | `onChange` | `FormEventHandler<HTMLDivElement>` | No | `-` | - |
654
+ | `opacity` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset` | No | `-` | - |
655
+ | `overflow` | `ResponsiveProp<hidden \| auto \| visible \| clip \| scroll>` | No | `-` | - |
656
+ | `padding` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
657
+ | `paddingBottom` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
658
+ | `paddingEnd` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
659
+ | `paddingStart` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
660
+ | `paddingTop` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
661
+ | `paddingX` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
662
+ | `paddingY` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
663
+ | `pin` | `top \| bottom \| left \| right \| all` | No | `-` | Direction in which to absolutely pin the box. |
664
+ | `position` | `ResponsiveProp<fixed \| static \| relative \| absolute \| sticky>` | No | `-` | - |
665
+ | `progressSpringConfig` | `Partial<AnimationConfig>` | No | `-` | The spring config to use for the progress spring. |
666
+ | `ref` | `RefObject<HTMLDivElement> \| ((instance: HTMLDivElement \| null) => void) \| null` | No | `-` | - |
667
+ | `right` | `ResponsiveProp<Right<string \| number>>` | No | `-` | - |
668
+ | `rowGap` | `0 \| 5 \| 10 \| 0.25 \| 0.5 \| 0.75 \| 1 \| 1.5 \| 2 \| 3 \| 4 \| 6 \| 7 \| 8 \| 9` | No | `-` | - |
669
+ | `style` | `CSSProperties` | No | `-` | - |
670
+ | `styles` | `{ root?: CSSProperties; step?: CSSProperties \| undefined; substepContainer?: CSSProperties \| undefined; label?: CSSProperties \| undefined; progress?: CSSProperties \| undefined; icon?: CSSProperties \| undefined; header?: CSSProperties \| undefined; } \| undefined` | No | `-` | Inline styles for specific child elements of Stepper |
671
+ | `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 |
672
+ | `textAlign` | `ResponsiveProp<center \| start \| end \| justify>` | No | `-` | - |
673
+ | `textDecoration` | `ResponsiveProp<none \| underline \| overline \| line-through \| underline overline \| underline double>` | No | `-` | - |
674
+ | `textTransform` | `ResponsiveProp<capitalize \| lowercase \| none \| uppercase>` | No | `-` | - |
675
+ | `top` | `ResponsiveProp<Top<string \| number>>` | No | `-` | - |
676
+ | `transform` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| none` | No | `-` | - |
677
+ | `userSelect` | `ResponsiveProp<text \| none \| auto \| all>` | No | `-` | - |
678
+ | `visibility` | `ResponsiveProp<hidden \| visible>` | No | `-` | - |
679
+ | `width` | `ResponsiveProp<Width<string \| number>>` | No | `-` | - |
680
+ | `zIndex` | `-moz-initial \| inherit \| initial \| revert \| revert-layer \| unset \| auto` | No | `-` | - |
681
+
682
+