semanux / interaction-collection

MIT License
1 stars 1 forks source link

Researching about styling frameworks #4

Closed raphaelmenges closed 2 years ago

raphaelmenges commented 2 years ago

Look for pros and cons in prominent styling frameworks like:

Questions: Compatible to Vue3? Feature set? Usability?

irahulcse commented 2 years ago

Material Design:

https://www.creative-tim.com/vuematerial/

https://mui.com/

Material Design is good with Vue3 but in some of the places we can use the Bootstrap

raphaelmenges commented 2 years ago

I would like to avoid mixing multiple frameworks. What does Material design lack in comparison to bootstrap?

raphaelmenges commented 2 years ago

Btw, the vuematerial plugin seems to be designed for vue2: https://github.com/vuematerial/vue-material/blob/ebebe97da5786aafc10ac2e363357ddf8570055f/package.json#L114

irahulcse commented 2 years ago

As per the Proof of concept, We found that for our existing we shall rely on the basics CSS and Vanilla JS part for the design part. In the future, if required we can choose between Material and Bootstrap5 as both have extensive docs and libraries which we can use it.