Skip to content
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

EuiStep add status prop #667

Closed
nreese opened this issue Apr 12, 2018 · 1 comment
Closed

EuiStep add status prop #667

nreese opened this issue Apr 12, 2018 · 1 comment
Assignees

Comments

@nreese
Copy link
Contributor

nreese commented Apr 12, 2018

I am trying to implement status checks for Kibana Add data tutorials.

Before status has been completed, I would like the step label to be an empty circle with no step number.
screen shot 2018-04-12 at 10 18 25 am

Once status has been successfully completed I would like the step label to be a filled in blue circle with a check mark.
screen shot 2018-04-12 at 10 18 35 am

I talked to @snide about this and he recommended adding a status prop. When set to incomplete, the step would be marked with an empty circle. When set to complete, the step would be marked with a filled in circle with a check. The status prop would be set on the objects contained in the steps prop array.

@snide snide self-assigned this Apr 12, 2018
@snide
Copy link
Contributor

snide commented Apr 12, 2018

I can add this for you @nreese. I'll try to work it in today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants