Jeremiah Joy Joseph
Results
1
comments of
Jeremiah Joy Joseph
You can use `SkipButtonComponent={Skip}` where Skip is your react component. then define Skip as `const Skip = ({ isLight, skipLabel, ...props }) => ( Prev );` my snippet is a...