You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Similar to #649 but now for <Ribbon> tags
To Reproduce
Make a
Give it a Class attribute, fill it with whatever you want for custom CSS needs
<Ribbon Class="ribbon-class"> .. </Ribbon>
Expected behavior
A class attribute in the main <div> of the Ribbon element, when rendered. Instead, it gets rendered to the navigation for the main tabs only.
Screenshots
Versions (please complete the following information):
.NET 8
BlazorBootstrap: 2.2.1
Blazor type: Server
Sample code
<Ribbon Class="ribbon-class"> .. </Ribbon>
The text was updated successfully, but these errors were encountered:
Lucasharskamp
changed the title
Ribbon ''Class'' not working
Ribbon ''Class'' appears on the wrong place
May 6, 2024
Describe the bug
Similar to #649 but now for
<Ribbon>
tagsTo Reproduce
<Ribbon Class="ribbon-class"> .. </Ribbon>
Expected behavior
A class attribute in the main
<div>
of the Ribbon element, when rendered. Instead, it gets rendered to the navigation for the main tabs only.Screenshots
Versions (please complete the following information):
Sample code
<Ribbon Class="ribbon-class"> .. </Ribbon>
The text was updated successfully, but these errors were encountered: