You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Create a component for the referral form. The form is meant for when an existing member wants to refer another person to sign up to become a member. Don't worry about styling as designers are still working on getting a more flushed-out design and color scheme. This should just be a skeleton to build upon later down the road.
Steps:
Create a folder under the components folder named "ReferralForm".
Create a file for the new component within the folder from the previous step named "ReferralForm.tsx
Create a file for the styling within the same folder named "ReferralForm.module.css"
Within "ReferralForm.tsx", import the styling from the corresponding styles folder.
Create a form with 2 fields. One field is named "Your Email". The other is named "Referee Email".
Create a submit button that currently does nothing. (Functionality will be implemented later)
The text was updated successfully, but these errors were encountered:
Description
Create a component for the referral form. The form is meant for when an existing member wants to refer another person to sign up to become a member. Don't worry about styling as designers are still working on getting a more flushed-out design and color scheme. This should just be a skeleton to build upon later down the road.
Steps:
The text was updated successfully, but these errors were encountered: