We need a configurable text input component. In time this might have quite a few options but we can keep things relatively simple to start with. For this first iteration we'll need to accept props for : - label - value - onChange - helpText - error - id Styling should be informed by the TailwindUI input component styles found here: https://tailwindui.com/components/application-ui/forms/input-groups
We need a configurable text input component.
In time this might have quite a few options but we can keep things relatively simple to start with.
For this first iteration we'll need to accept props for :
Styling should be informed by the TailwindUI input component styles found here:
https://tailwindui.com/components/application-ui/forms/input-groups