-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Components: Add spinner #29146
Components: Add spinner #29146
Conversation
Size Change: -57 B (0%) Total Size: 1.38 MB
ℹ️ View Unchanged
|
@sarayourfriend Haiii! The component looks okay. Although, I'm not sure why the snapshot test has an entry that looks like this:
|
Yeah that's what I was confused about. I need to do some fiddling around with this a little more to get this to a place we can merge it with those tests. |
@sarayourfriend Thank you! I checked the other places where we use snapshot diffing. The implementation looks correct 🤷 |
b963917
to
b137d0d
Compare
@ItsJonQ fixed! Was missing the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 from me @sarayourfriend !! I added some README + JSDoc examples really quickly :)
Edit: Ooo! I also made sure it was exported from the index.js
file.
Description
Adds a new CSS-in-JS Spinner component.
Something is wrong with the snapshot tests, haven't figured it out yet, maybe @ItsJonQ can diagnose it.
How has this been tested?
Unit tests and storybook
Screenshots
Gravacao.de.Tela.2021-02-19.as.06.48.23.mov
Types of changes
New feature
Checklist: