react-steps
react-steps copied to clipboard
Is it possible to pass a callback function?
I would like to include an additional field for each step called 'component': '...string...'
, in addition to this, I would like to pass a callback function that accepts this value as an argument and would be included as an onClick
in the wrapping div
for each step.
Nothing I do seems to work, any ideas?