React input-number component with step controls, validation, and formatting features
92
Quality
Pending
Does it follow best practices?
Impact
92%
1.48xAverage score across 10 eval scenarios
Build a React component that allows users to input financial transaction amounts with high precision. The component must handle very large monetary values (beyond JavaScript's safe integer limits) and very small fractional amounts without losing precision.
The component should:
@generates
The component should be exported as the default export.
Provides the React library for building user interfaces.
Provides a numeric input component with high-precision support.
Install with Tessl CLI
npx tessl i tessl/npm-rc-input-numberdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10