wiki:syntax:steps
Steps
https://github.com/nomadjimbob/mikioplugin/wiki/steps
Adds a step progress element
- Shipping
Choose your shipping options
- Billing
Enter your billing information
- Thanks
Thanks for your purchase
<steps>
<step icon="fa truck" title="Shipping" complete>Choose your shipping options</step>
<step icon="fa file-text-o" title="Billing" complete>Enter your billing information</step>
<step icon="fa check" title="Thanks">Thanks for your purchase</step>
</steps>
Attributes (Step)
icon: The icon to use for the step
title: The steps title text
complete: If the step is completed
wiki/syntax/steps.txt · Last modified: Wednesday, June 14, 2023 01:31 AM by Nathan C. McGuire