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
Create a React component that displays a numeric input with increment/decrement controls, where different parts of the component have distinct custom styling.
Build a counter component that:
The styling should be applied to the semantic parts of the component, not through wrapper elements or traditional CSS targeting.
@generates
import React from 'react';
/**
* A styled numeric counter component with custom styling for different parts
*/
export default function StyledCounter(): React.ReactElement;Provides numeric input functionality with built-in controls and styling capabilities.
@satisfied-by
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