[feat]: Support for a loading state of Modal #841
Labels
issue: enhancement
Issue suggesting an enhancement to an existing feature
source: design-system
relates to design-system package
A clear and concise description of what the feature is
I'd like to see loading state support for modals.
Why should this feature be included?
In the monorepo we have a growing number of modals which have to load data when they are being opened, or where data is validated async once a form within a modal is submitted.
In both cases the modal will be in a loading state.
Examples:
Note: all of these examples use slightly different patterns to display the
Loader
Please provide an example for how this would work
DialogBody
could have anisLoading
prop which could render the loading stateThe text was updated successfully, but these errors were encountered: