29 lines
974 B
Markdown
29 lines
974 B
Markdown
---
|
|
title: Progress
|
|
---
|
|
|
|
A progress bar shows how far a process has progressed.
|
|
|
|
## Attributes
|
|
|
|
| Name | Description | default |
|
|
| ---------------- | -------------------------------------------------------------------------- | --------- |
|
|
| value | progress value | 0 |
|
|
| icon (optional) | icon to use, need to be an icon from an [SVG sprite](/features/icon-sets/) | undefined |
|
|
| title (optional) | progress title | undefined |
|
|
|
|
## Usage
|
|
|
|
<!-- prettier-ignore-start -->
|
|
```tpl
|
|
{{</* progress title=Eating value=65 icon=gdoc_heart */>}}
|
|
```
|
|
<!-- prettier-ignore-end -->
|
|
|
|
## Example
|
|
|
|
<!-- prettier-ignore-start -->
|
|
<!-- spellchecker-disable -->
|
|
{{< progress title=Eating value=65 icon=gdoc_heart >}}
|
|
<!-- spellchecker-enable -->
|
|
<!-- prettier-ignore-end -->
|