Blazored/Toast in ASP.net Core NET 6 #197
Unanswered
BigMac0069
asked this question in
Q&A
Replies: 1 comment 7 replies
-
Are you using scoped CSS? If not you'll need to add a link to the compiled scoped CSS in your host page. It's covered in the readme. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to use your Blazored/Toast in a ASP.net Core NET 6 project and in have a trouble of css.
In fact, the toast is showing but not at the good place and without css application.
Here is the toast :
BlazoredToasts Position="ToastPosition.BottomRight"
Timeout="10"
IconType="IconType.Material"
ErrorIcon="error_outline"
InfoIcon="school"
SuccessIcon="done_outline"
WarningIcon="warning"
ShowProgressBar="@true"
ShowCloseButton="@true"
MaxToastCount="3">
<CloseButtonContent
×</span
</BlazoredToasts
Here is the result :
I use a component razor that i created and i don't have a _host.cshtml, only a _layout.cshtml.
Can you give me some assistance, please.
Regards,
Beta Was this translation helpful? Give feedback.
All reactions