Adds two new components to the design system - TextField and NumberField. These are form fields that wrap up functionality for application engineers to more easily be able to drop in common functionality like hint text and error messages.
Steps to test:
pnpm --filter=@accelint/design-system preview will run the ladle stories
Adds two new components to the design system - TextField and NumberField. These are form fields that wrap up functionality for application engineers to more easily be able to drop in common functionality like hint text and error messages.
Steps to test:
pnpm --filter=@accelint/design-system preview
will run the ladle storiesThe respective React Aria components:
https://react-spectrum.adobe.com/react-aria/NumberField.html https://react-spectrum.adobe.com/react-aria/TextField.html