Defaultinator / defaultinator-ui

User interface for Defaultinator
MIT License
2 stars 6 forks source link

All informational components should have a loading state #28

Closed luciddr34m3r closed 2 years ago

luciddr34m3r commented 2 years ago

Right now, components are conditionally rendered based on loading status, but they should all have a loading state (and therefore a loading Story).

I've done one with CredentialCard using Skeleton components, but we will need the same thing done of all other components.

We will want an error state too, but that's probably for another day.