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

Add icons and onclick event handler to Navbar components #44

Merged
merged 3 commits into from
Sep 8, 2024

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    9c96c10 View commit details
    Browse the repository at this point in the history
  2. Navbar: add icons and onclick event handler, and use in the basic e…

    …xample.
    
    Misc changes:
    
    * `NavDropdownItemProps`: make `url` an `Option`, like `NavItemProperties`.
    * `NavDropdownItemProps`: don't implement `Eq` (incompatible with `Callback`).
    * Trim trailing whitespace characters from end-of-line.
    micolous committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    75940b9 View commit details
    Browse the repository at this point in the history
  3. comment for posterity

    isosphere committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    f30d192 View commit details
    Browse the repository at this point in the history