-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Input field component:
The component should be usable across the website. For that, it needs to take different types, different classes, and different placeholders, values and names.
Acceptance criteria:
- sufficiently tested.
- props are validated.
- props include type, class, placeholder, value, and name.
- component should be stateless function.
relates #32