Skip to content

Loading component #109

@seanrcollings

Description

@seanrcollings

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions