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

Steps component #67

Open
8 tasks done
sabirveli opened this issue Sep 16, 2021 · 1 comment · May be fixed by #78
Open
8 tasks done

Steps component #67

sabirveli opened this issue Sep 16, 2021 · 1 comment · May be fixed by #78
Assignees
Labels

Comments

@sabirveli
Copy link
Contributor

sabirveli commented Sep 16, 2021

  • Basic steps component
  • Dynamic steps handling
  • Steps as object (name, description, step_icon and value)
  • Color and Size handling
  • Steps Icon/Character/Number
  • Clickable steps
  • Documentation
  • Document what each property does properly: Action: @soyef-bit
@sabirveli sabirveli self-assigned this Sep 16, 2021
@sabirveli sabirveli linked a pull request Sep 22, 2021 that will close this issue
@sabirveli sabirveli assigned soyef-bit and unassigned sabirveli Sep 22, 2021
@soyef-bit
Copy link
Contributor

soyef-bit commented Sep 24, 2021

I found the way the steps appearance is controlled to be very complicated, and so explained in detailed documentations. Please check

As I understand the steps will

Display a number automatically,
  unless there is a value in the steps array, then it will
Display the value from the steps array
  But if icon_only is true, then it will
Display the icon from the default step_ icon, or in-array step_icon
  But if the have_step_value is false, then it will
Display an empty circle
  But if filled_step is true, then it will
Display a filled circle

may be a change in the way steps work is needed for simpler understanding

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

Successfully merging a pull request may close this issue.

2 participants