mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-10 06:50:40 +00:00
29 lines
574 B
Markdown
29 lines
574 B
Markdown
---
|
|
title: Progress
|
|
---
|
|
|
|
A progress bar shows how far a process has progressed.
|
|
|
|
## Usage
|
|
|
|
<!-- prettier-ignore -->
|
|
```tpl
|
|
{{</* progress title=Eating value=65 icon=gdoc_heart */>}}
|
|
```
|
|
|
|
### Attributes
|
|
|
|
<!-- prettier-ignore-start -->
|
|
<!-- spellchecker-disable -->
|
|
{{< propertylist name=shortcode-progress sort=name order=asc >}}
|
|
<!-- spellchecker-enable -->
|
|
<!-- prettier-ignore-end -->
|
|
|
|
## Example
|
|
|
|
<!-- prettier-ignore-start -->
|
|
<!-- spellchecker-disable -->
|
|
{{< progress title=Eating value=65 icon=gdoc_heart >}}
|
|
<!-- spellchecker-enable -->
|
|
<!-- prettier-ignore-end -->
|