vikramlearning / blazorbootstrap

An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
https://docs.blazorbootstrap.com/
Apache License 2.0
670 stars 32 forks source link

NavItem missing @onclick #622

Open MSBassSinger opened 5 months ago

MSBassSinger commented 5 months ago

There are times when I want a specific link to have a specific @onclick that executes a C# method, sometimes with a parameter.

NavLink allows for this, but NavItem does not. Can that be added?

Thanks

gvreddy04 commented 4 months ago

@MSBassSinger Thank you for using BlazorBootstrap. We will check the feasibility.