-
Notifications
You must be signed in to change notification settings - Fork 1
Loading component #109
Copy link
Copy link
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels