olton / Metro-UI-CSS

Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
http://metroui.org.ua/
MIT License
7.02k stars 1.97k forks source link

Amazing v4.3 ! #1370

Closed arjarn closed 5 years ago

arjarn commented 5 years ago

I'm coming back to Metro UI v4.2 with jquery for my project cause this version having lot of goodies even if tests I made with m4q are very exciting for me :)

I'm curious so I'm testing v4.3, remove Jquery and ... Almost 90% of my project working ! I'm using Jquery code but well supported : only $(...).load and other littles things to rewrite. I'm using too TweenMax (for animations) and Vegas (for sliders) and all is perfect ! It's a quick test but very promising and exciting : I'm using this version and waiting final 4.3

Thanx for this great work !

olton commented 5 years ago

$(...).load(url, data, options) added to m4q

arjarn commented 5 years ago

Thanx even rewriting this with post is very easy ;) It seem $("> .myclass") syntax for selector is not supported with m4q. Could you add this in future ?

olton commented 5 years ago

m4q use querySelectorAll for selecting elements. So, CSS extension such as in jquery not supported. Maybe you can use $("* > .myclass") ?

arjarn commented 5 years ago

Well done ! It's working with $("* > .myclass")

olton commented 5 years ago

Documentation for the m4q is done and added to main Metro 4 docs. You can get branch 4.3.0 and expand locally the documentation from the docs folder. On the official site, docs for the m4q will be added after 4.3.0 release.

olton commented 4 years ago

Vegas now built into Metro 4 (4,3,7) as an internal component with role vegas. Example https://pimenov.com.ua/demo/vegas/