ui
ui copied to clipboard
(UI) Add NumberInput Component
Hello,
do you think it would make sense to add a NumberInput Component to the sanity/ui primitives?
ATM i would use the TextInput component, which accepts a type="number" prop.
But i still need to take care of type conversion somewhere, and i also find it not to be very descriptive this way.
Where would i start if i'd like to implement this for a PR?