-
Notifications
You must be signed in to change notification settings - Fork 843
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
Step status props #673
Step status props #673
Conversation
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.
lgtm
Thanks for adding this feature
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.
LGTM. We should probably also add EuiStep
to the props component list in the first example.
src/components/steps/_steps.scss
Outdated
} | ||
|
||
&.euiStep__circle--complete { | ||
animation: euiGrow $euiAnimSpeedFast ease-in; |
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.
How would the bounce easing matrix look?
@cchaos done for both. merging. |
Closes #667
Adds a status prop from
EuiSteps
andEuiStep
. This allows it to have some different styling for last item checks. Pretty sure this styling originally came from @formgeist so I kept it as is and just added a bit of animation.@nreese if you're in a hurry with this, we can merge it, but expect @cchaos to possibly tweak the styling later.