Blazor.Sidepanel icon indicating copy to clipboard operation
Blazor.Sidepanel copied to clipboard

Changed access specifier private -> protected to override the entire …

Open ubheamar opened this issue 2 years ago • 3 comments

Changed access specifier private -> protected to override the entire side panel HTML content.

ubheamar avatar Nov 28 '22 05:11 ubheamar

Hello @vertonghenb , can you please review PR? let me know if required any changes

ubheamar avatar Nov 29 '22 09:11 ubheamar

@ubheamar what is the use case for this change? There might be a better way to accomplish what you need.

vertonghenb avatar Dec 09 '22 11:12 vertonghenb

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 avatar Dec 09 '22 11:12 ubheamar

@ubheamar this PR won't help you achieve what you're looking for.

vertonghenb avatar Dec 14 '22 16:12 vertonghenb