Created
September 7, 2023 19:28
-
-
Save benheb/d79f190bc9ead492092db8cd3db22f03 to your computer and use it in GitHub Desktop.
component structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Modal | |
onCancel | |
onSubmit | |
Fields | |
> | |
<Form | |
onSubmit | |
onCancel | |
Fields | |
> | |
{...children} | |
<AsyncSelectChild | |
Fields | |
onSubmit | |
onCancel | |
> | |
<Modal | |
Fields | |
onSubmit | |
onCancel | |
> | |
<Form | |
Fields | |
onCancel | |
onSubmit | |
> | |
{...children} | |
</Form> | |
</Modal> | |
</AsyncSelectChild> | |
</Form> | |
</Modal> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Modal
requires Form
Form
requires AsyncSelectChild
AsyncSelectChild
requires Modal
Modal
requires Form
Form
requires AsyncSelectChild
AsyncSelectChild
requires Modal
...etc