Skip to content
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

Side Navigation Component #15

Closed
PatrickBrown1 opened this issue Jan 14, 2022 · 0 comments · Fixed by #29
Closed

Side Navigation Component #15

PatrickBrown1 opened this issue Jan 14, 2022 · 0 comments · Fixed by #29

Comments

@PatrickBrown1
Copy link
Collaborator

PatrickBrown1 commented Jan 14, 2022

Make a generalized side navigation component that renders content on the right based on which page is selected on the left.

Screen Shot 2022-01-14 at 11 55 11 AM

This component comes up in the Wish Granting and Manage tabs in the MVP. Because of this, we want to be able to reuse it between pages and with arbitrary tab names and content. One possible way to do this would be to pass in an array of object in the following form

{
    tab_id: ___,
    tab_name: ___,
    tab_content: <content represented in jsx>
}

This should be mobile compatible (ask designers during 1/14 meeting about how to make this possible, maybe floating / sticky nav button that expands a drawer).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants