skclusive / Skclusive.Material.Component

Port of Material-UI in C# for Blazor
https://skclusive.github.io/Skclusive.Blazor.Samples/Dashboard
MIT License
397 stars 54 forks source link

Unable to upgrade to 5.2.0 #80

Closed Julianh9 closed 3 years ago

Julianh9 commented 3 years ago

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:

  1. Project file
  2. Change to startup.cs
  3. Picture and source of index.razor page
  4. App.Razor File

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)

  1. PROJECT FILE
net5.0
  1. CHANGE TO STARTUP - PLEASE NOTE THE TWO LINES COMMENTED OUT

services.TryAddMaterialServices( new MaterialConfigBuilder() .WithIsServer(true) .WithIsPreRendering(false) .WithTheme(Theme.Dark) //.WithDisableBinding(false) //.WithDisableConfigurer(false) .Build() );

3. image

`@page "/"

Hello, world!

Welcome to your new app.

News Skclusive AppBar - not displaying correctly
` 4. APP RAZOR FIL `

Sorry, there's nothing at this address.

skclusive commented 3 years ago

<ThemeProvider/> is mandatory in >= 5.0.0. Could you confirm it is added in App.razor?

skclusive commented 3 years ago

Please check https://github.com/skclusive/Skclusive.Blazor.Samples/blob/master/Skclusive.Blazor.Reactive/Reactive.App.View/AppView.razor

Head is optional in <ThemeProvider />.

Julianh9 commented 3 years ago

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?

skclusive commented 3 years ago

yes. Thats the priority. Popper component and Select component. will be developed in https://github.com/skclusive/Skclusive.Material.Lab repo.

Julianh9 commented 3 years ago

Two more suggestions:

  1. Multipart button (two or more clickable areas)
  2. Field filter on the grid

regards Julian Hoets

PS - You have created a magic product