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

331 MainNavigation Component #341

Closed
wants to merge 11 commits into from

Conversation

PatrickDeVries
Copy link
Contributor

Added a top navigation bar component. It accepts react nodes for header, body, and footer. The body will also accept navButtons, which are links in the form of buttons with onClicks, for an easy API for simple navigation. The body can also be hidden with hideBody or placed beneath the main bar with bodyBelow. It also exposes functions for getting scroll position and scroll speed for those utilizing client-side rendering (SSR must be custom).

@PatrickDeVries PatrickDeVries linked an issue Oct 18, 2021 that may be closed by this pull request
@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 18, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit c7448f0:

Sandbox Source
React Configuration

PatrickDeVries and others added 6 commits October 18, 2021 23:51
Add a navbar component with sections including header, body, and footer. Also supports creating a
list of strings with onclicks that become standard navigation options. Has options for moving and
hiding the body to accomodate mobile devices. Also exposes client side functions for getting scroll
speed and position.

re Headstorm#341
@hgosar hgosar closed this Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Component | MainNavigation
3 participants