gohypergiant / standard-toolkit

The web "standard library" for the Accelint family of systems.
Apache License 2.0
0 stars 0 forks source link

Feature: TextField and NumberField components #64

Closed switzerb closed 2 days ago

switzerb commented 3 days ago

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

The respective React Aria components:

https://react-spectrum.adobe.com/react-aria/NumberField.html https://react-spectrum.adobe.com/react-aria/TextField.html