I need assistance with formatting numbers in Figma and would like to build a prototype to demonstrate this.
Please create a Figma prototype with the following requirements:
-
Add two number variables:
NumberVar1
set to5678.45
NumberVar2
set to7890.55
-
Implement an
onclick
event:- When triggered, this event should sum
NumberVar1
andNumberVar2
.
- When triggered, this event should sum
-
Display the result:
- The result should be formatted as
$13,569.00
and shown on the page.
- The result should be formatted as
This prototype will help us understand what we’re missing and how to handle number formatting effectively.