Closed michaelbukachi closed 1 year ago
@michaelbukachi when I click on table
menu item, the menu item should use the is-active
class and have a .
below the menu item. Since it is now using a href, I can't seem to get this .
to display.
Here is an example of what it should look like when a menu item is selected, see the Maps
menu item:
@andrewtpham The TopNav is stateless so it doesn't track which field is_active
. I've also left the use a
tag outside the library since we might not always want to have the link functionality by default.
What issue(s) does this PR resolve?
Resolves #169
Considerations and implementation
How to test
Test(s) added
Mentions?
@andrewtpham @ninetteadhikari