1

Do you have any design-related questions or suggestions? We'd love to hear from you.

Please contact Wuiman to discuss your ideas.

John Doe

Progress Status

Step by step progress bar

  • WIP. Description.
  • Number of steps. wui-multi-step ist ausgelegt für 2-8 steps. Achte darauf, dass die Anzahl der LIs auch der Anzahl im Modiefier entspricht (".wui-multi-step--5")
  • Reihenfolge. Die Reihenfolge muss eingehalten werden. Icons sind solange disabled, bis alle ihre Vorgänger angeklickt/bearbeitet wurden.

In Review

This component was thoroughly tested. However, it has not yet been applied in many cases in production. Maybe there will be changes due to case-related issues. If you want to use this component in production please let me know, so that we can talk about possible future changes and be sure that none of the changes will disrupt your work. Feel free to contact me via slack, email (tjaeger@wescale.com) or personally.

                        
                          
<ol class="wui-multi-step wui-multi-step--5">
                              <li class="wui-multi-step__item wui-multi-step__item--visited">
                                <div class="wui-multi-step__icon">
                                  <a href="#" class="unstyled">
                                    <i class="fal fa-search"></i>
                                  </a>
                                </div>
                                <label class="wui-multi-step__label" title="Consulting for GDPR in eProcuremente">
                                  <a href="#">Consulting for GDPR in eProcuremente</a>
                                </label>
                              </li>
                              <li class="wui-multi-step__item wui-multi-step__item--visited">
                                <div class="wui-multi-step__icon">
                                  <a href="#" class="unstyled">
                                    <i class="fal fa-archive"></i>
                                  </a>
                                </div>
                                <label class="wui-multi-step__label" title="Service">
                                  <a href="#">Service</a>
                                </label>
                              </li>
                              <li class="wui-multi-step__item wui-multi-step__item--active">
                                <div class="wui-multi-step__icon">
                                  <a href="#" class="unstyled">
                                    <i class="fal fa-folder-open"></i>
                                  </a>
                                </div>
                              </li>
                              <li class="wui-multi-step__item ">
                                <div class="wui-multi-step__icon">
                                  <a href="#" class="unstyled">
                                    <i class="fal fa-money-bill"></i>
                                  </a>
                                </div>
                              </li>
                              <li class="wui-multi-step__item wui-multi-step__item--disabled">
                                <div class="wui-multi-step__icon">
                                  <a href="#" class="unstyled">
                                    <i class="fal fa-truck"></i>
                                  </a>
                                </div>
                              </li>
                            </ol>