SamProf / MatBlazor

Material Design components for Blazor and Razor Components
http://www.matblazor.com
MIT License
2.84k stars 385 forks source link

Feature : other style than Material Design #417

Open vd3d opened 4 years ago

vd3d commented 4 years ago

Hi,

Do you think that it will be possible to add the possibility to use another style than the "Material Design" ?

By changing the CSS by example ?

By example, we have some styles defined by the CSS: https://www.muicss.com/docs/v1/css-js/buttons

Do you think we can expect multiples styles support (one day) ?

enkodellc commented 4 years ago

@vd3d I think now that the css is separated from the MatBlazor package someone could easily create an alternative styling. I am not an expert in sass but I believe you could build another sass file and set it up to do another style in prod.config.js

https://github.com/SamProf/MatBlazor/blob/face8ddbc81e021b9ad812aee64f980020530b38/src/MatBlazor.Web/webpack/prod.config.js

vd3d commented 4 years ago

Thanks, yes it should be possible. By example : https://blazorstrap.io/buttons

They have several themes (very basic ones), but here I'm sure we can do something more advanced !