-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Add a loading component which can be used to control the loading state for multiple sub-components
<Loading isLoading={true}>
<TextInput />
<TextAreaInput />
<Table />
</Loading>Each of these component would also have an isLoading prop, and wrapping them in this would just pass down a context default value for this prop
Metadata
Metadata
Assignees
Labels
No labels