We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e7fce commit 7b07a2aCopy full SHA for 7b07a2a
README.md
@@ -15,6 +15,7 @@
15
- Fully documented
16
- Works with `number`, `string`, and `bigint` types
17
- Handles very large numbers (up to quintillions)
18
+- Battle-tested in production apps and dashboards
19
20
## Installation
21
docs/content/docs/index.mdx
@@ -218,6 +218,11 @@ console.log(`Tăng trưởng: ${formatVnPercent(growthRate)}`);
218
API for formatting operations.
219
</Callout>
220
221
+<Callout title="Battle-Tested in Production" type="info">
222
+ This library is battle-tested in production apps and dashboards, providing
223
+ reliable number formatting and reading for Vietnamese language applications.
224
+</Callout>
225
+
226
## Next Steps
227
228
<Cards>
0 commit comments