You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
We need to create a simple Button component based on this design and that will be easy to reuse
It should work something like this: <Button type="primary" onClick={someFunction}>Submit</Button> type : primary|secondary
Note: Make sure that the onClick handler is a prop and do think of other cases in case I've missed any.
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
Current behavior:
There is no common button
Expected behavior:
We need to create a simple Button component based on this design and that will be easy to reuse
It should work something like this:
<Button type="primary" onClick={someFunction}>Submit</Button>
type
: primary|secondaryNote: Make sure that the onClick handler is a prop and do think of other cases in case I've missed any.
The text was updated successfully, but these errors were encountered: