Blazored / Menu

A JavaScript free menu library for Blazor and Razor Components applications.
https://blazored.github.io/Menu
MIT License
176 stars 32 forks source link

SubMenu should have a child component for Header #5

Closed LorenDorez closed 5 years ago

LorenDorez commented 5 years ago

SubMenu should have a child component for the HeaderText so that we can specify some html stuff on the header. Like i wanted to add a FontAwesome icon to the header text

"<i class='fas fa-home fa-fw fa-lg' aria-hidden='true'></i> Components
chrissainty commented 5 years ago

Done. Will be in the new version.