Open
Description
Is your feature request related to a problem? Please describe.
I'm always frustrated when I have add a link and script html tag to use a Blazor Component , In my opinion It should work in the most simple way . Ideal Install-Package add using , and than you can use it.
Describe the solution you'd like
Use Blazor CSS isolation. Use Blazor JavaScript Isolation e.g JS modules
var module = await jsRuntime.InvokeAsync<JSObjectReference>("import", "./_content/MyComponents/exampleJsInterop.js"); await module.InvokeAsync<string>("showPrompt", message);
B.R Wolfgang
Metadata
Metadata
Assignees
Labels
No labels