Closed Julianh9 closed 3 years ago
<ThemeProvider/>
is mandatory in >= 5.0.0. Could you confirm it is added in App.razor
?
Head
is optional in <ThemeProvider />
.
Thank you very much - that sorted the problem.
While we are talking - are you intending to create an option selector (drop down) component in Skclusive?
yes. Thats the priority. Popper component and Select component. will be developed in https://github.com/skclusive/Skclusive.Material.Lab repo.
Two more suggestions:
regards Julian Hoets
PS - You have created a magic product
Unable to upgrade to 5.2.0
I have followed the instructions for Migrating to 5.2.0 from 2.0.1.
But the skclusive styles are not showing on my test form.
I have included below the following:
Your help is much appreciated
I have included a Word document with all the details below:
(https://github.com/skclusive/Skclusive.Material.Component/files/5684376/Unable.to.upgrade.to.5.docx)
services.TryAddMaterialServices( new MaterialConfigBuilder() .WithIsServer(true) .WithIsPreRendering(false) .WithTheme(Theme.Dark) //.WithDisableBinding(false) //.WithDisableConfigurer(false) .Build() );
3.
`@page "/"
Hello, world!
Welcome to your new app.
Sorry, there's nothing at this address.