Blazor.Sidepanel
Blazor.Sidepanel copied to clipboard
Changed access specifier private -> protected to override the entire …
Changed access specifier private -> protected to override the entire side panel HTML content.
Hello @vertonghenb , can you please review PR? let me know if required any changes
@ubheamar what is the use case for this change? There might be a better way to accomplish what you need.
Actually, I want to use a side panel with tailwind CSS & also want to customize the entire side panel with a title, and subtitle & add some icons before the title.
I thought if I override the entire side panel.razor then it should be achievable via this package
@ubheamar this PR won't help you achieve what you're looking for.