Using only the Toaster #1153
Martin-Andersen
started this conversation in
General
Replies: 1 comment
-
@Martin-Andersen You can set up the minimal requirements here. Please refer to the following instructions for quick reference. Install Nuget Package
Add CSS references<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" /> Add script referencesInsert the following references into the body section of the wwwroot/index.html file, immediately after the _framework/blazor.webassembly.js reference: <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js" integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q" crossorigin="anonymous"></script>
<script src="_content/Blazor.Bootstrap/blazor.bootstrap.js"></script> What is excluded:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My company uses Telerik UI for Blazor. Can't change that.
But I would really like a better-looking Toaster with a header.
Also, Blazorbootstrap has a toaster services, what not to like (:
How can I do a minimum install if I only going to use the toaster?
Beta Was this translation helpful? Give feedback.
All reactions