MBAnchor
Summary
An anchor component for snackbars, toasts (based on a port of Blazored/Toast) and tooltips.
Details
- Place once instance of this in your Blazor app in
App.razor
or in your layout component page that is used for all application components that use snackbars, toasts and tooltips. - Register services by calling services.AddMBServices()).
- The anchor will throw an exception on startup if the services registered by AddMBServices are not found.