HI Jorge Tirado,
Thank you for contacting Syncfusion support.
We have checked your reported requirement and it can be achievable in our Button by using the CSS properties as like as below.
Code Block:
|
@using Syncfusion.Blazor.Buttons
<SfButton>My <br />Button <br /> Example</SfButton> @*apply br tag to insert line break*@
<SfButton CssClass="e-wrap">My Button Example</SfButton>
<style>
/*To set the wrap for button with specified width*/
.e-wrap {
white-space: normal;
word-wrap: break-word;
width:100px }
</style> |
For your convenience, we have prepared the sample based on our suggestion. Please find the link below.
Could you please check the above details and get back to us, if you need any further assistance on this.
Regards,
Sangeetha M