2023-03-04 14:45:26 +00:00
|
|
|
---
|
|
|
|
title: Progress
|
|
|
|
---
|
|
|
|
|
|
|
|
A progress bar shows how far a process has progressed.
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2023-10-27 19:38:23 +00:00
|
|
|
<!-- prettier-ignore -->
|
2023-03-04 14:45:26 +00:00
|
|
|
```tpl
|
|
|
|
{{</* progress title=Eating value=65 icon=gdoc_heart */>}}
|
|
|
|
```
|
2023-10-27 19:38:23 +00:00
|
|
|
|
|
|
|
### Attributes
|
|
|
|
|
|
|
|
<!-- prettier-ignore-start -->
|
|
|
|
<!-- spellchecker-disable -->
|
|
|
|
{{< propertylist name=shortcode-progress sort=name order=asc >}}
|
|
|
|
<!-- spellchecker-enable -->
|
2023-03-04 14:45:26 +00:00
|
|
|
<!-- prettier-ignore-end -->
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
<!-- prettier-ignore-start -->
|
|
|
|
<!-- spellchecker-disable -->
|
|
|
|
{{< progress title=Eating value=65 icon=gdoc_heart >}}
|
|
|
|
<!-- spellchecker-enable -->
|
|
|
|
<!-- prettier-ignore-end -->
|