-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] make progress bar component #34
[feat] make progress bar component #34
Conversation
IJP-69 Make progress bar component.
Screenshot 2023-10-31 at 9.57.20 PM.png Screenshot 2023-10-31 at 9.57.39 PM.png Make the progress bar component according to the hifis for the onboarding flows. There are different versions for this for the attorney and interpreter flows— please reference the Figma to figure out what these options look like! [bar count +1] |
2b56aea
to
ed2cf3e
Compare
}) { | ||
return ( | ||
<ProgressCircleDiv $checked={checked}> | ||
<H4>{text}</H4> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question for @davidqing6432: Personally, I feel like it would be better to have the titles for each circle be slightly further away from the circle itself?
🎋 Description
🌴 What's new in this PR
Added
ProgressBar
componentRestructured auth flow to share layout with for general auth and for onboarding.
🌲 Screenshots
🌳 How to review
First, fetch this branch:
Then, git checkout
Finally, navigate to
localhost:3000/onboarding/
after starting the server to see the changes.🌱 Next steps
🔗 Relevant Links
ℹ️ Online sources
🪴 Related PRs
CC: @pragyakallanagoudar, @davidqing6432