Skip to content

Buttons

Demo

Code Editor
<StepsContext.Provider
  value={{
    activeIndex: 5,
    handlePrevious: () => console.log('handlePrevious'),
    handleNext: () => console.log('handleNext'),
  }}
>
  <StepsLayout.Buttons />
</StepsContext.Provider>