Skip to content

Commit

Permalink
tally
Browse files Browse the repository at this point in the history
  • Loading branch information
mdroidian committed Aug 11, 2023
1 parent a4c3331 commit bb75c98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Binary file added docs/media/tally-starting-value.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions docs/tally.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ Toggle the Tally Button module on inside WorkBench.

![](media/toggle-tally.png)

Type `{{tally}}` into a block. The component that is rendered will be a tally counter that supports incrementing and decrementing!
Type `{{tally}}` into a block.

Values are automatically saved as a child block of the counter. To set an initial starting value for the counter, create a new or update the existing child block with the specified value.
The component that is rendered will be a tally counter that supports incrementing and decrementing! Values are automatically saved as a child block of the counter.

# Demo
## Set Starting Value

![](media/tally-demo-video.gif)
To set an initial starting value for the counter, create a new or update the existing child block with the specified value.

![](media/tally-starting-value.png)

0 comments on commit bb75c98

Please sign in to comment.