From 0af2f7640d312d9c6bdb353168043627136e1cda Mon Sep 17 00:00:00 2001 From: Jasper Date: Wed, 30 Oct 2024 13:25:52 -0400 Subject: [PATCH] Added Readme --- .../playbook/pb_currency/docs/_currency_comma_separator.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 playbook/app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.md diff --git a/playbook/app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.md b/playbook/app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.md new file mode 100644 index 0000000000..b2c926c110 --- /dev/null +++ b/playbook/app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.md @@ -0,0 +1,3 @@ +The optional `commaSeparator` can be used to auto-format the use of commas as a thousands separator. + +**NOTE:** If the value passed into the `amount` prop is already comma-dilineated, it will not add additional commas.