BlazorExtensions / BlazorMaterial

Blazor components implementing Google's Material components for web - https://material.io/components/web
MIT License
135 stars 23 forks source link

BlazorMaterial with all components #7

Open jdebarochez opened 5 years ago

jdebarochez commented 5 years ago

As discussed in #6, here's the whole list of material.io components.

whenever one start to work in a component, create a separated issue/PR and link to this main one

galvesribeiro commented 5 years ago

I think the first task is to refactor the CSS structure and get the updated material.io static resources.

Then, after that, update the existing components so they can use SCSS rather than compiled CSSs so people can use themes.

acherkashin commented 4 years ago

@galvesribeiro it seems there is library for material design components on github https://github.com/SamProf/MatBlazor

It implemented in the same way on the top of @material package. Maybe we can implement this library in another way? Without @material library and use just Blazor without JavaScript interop? For styling we can use such library: https://github.com/chanan/BlazorStyled.

galvesribeiro commented 4 years ago

Interesting... Will think about it.

acherkashin commented 4 years ago

@galvesribeiro If I will have time then I will prepare MR and you can review new approach