Create a user form component that uses clarity's prebuilt styling. As a user I can input the following: gender. if i was alone, age. The date should be formatted as follows user = { gender: int, 0 || 1 was_alone: int 0 || 1 age: int }
Create a user form component that uses clarity's prebuilt styling.
As a user I can input the following:
gender.
if i was alone,
age.
The date should be formatted as follows
user = {
gender: int, 0 || 1
was_alone: int 0 || 1
age: int
}