Wolfspyre Labs ๐บ๐ฅ๐ฌ/ Snippits & Exemplars/ WolfspyreLabs Exemplars/ WolfspyreLabs Shortcodes/ Progress/ Progress 🐺 progress Display a progress bar. This shortcode came from Hugo Geekblog1 2 Click here to see the parameter list โ ๐ก๏ธ value #Int (Default: “0”) The percengage/Number to show. โ๏ธ title #String (Default: Progress) The title to display โ๏ธ icon #String (Default: false ) The SVG sprite to use adjacent the title. Usage #Positional use # Percentage only # {{< progress 30>}} progress 30% Percentage and title # {{< progress 40 “Eating” >}} Eating 40% percentage, title, and icon # {{< progress 50 “Eating” “shield-dog” >}} Eating 50% โค๏ธ Named Parameter usage # Percentage only # {{< progress value=“60” >}} progress 60% Percentage and title only # {{< progress value=“70” title=“Eating” >}} Eating 70% Percentage, Title, and Icon # {{< progress value=“80” title=“Eating” icon=“bolt” >}} Eating 80% https://hugo-geekblog.geekdocs.de ↩︎ https://github.com/thegeeklab/hugo-geekblog ↩︎