You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have integrated this library in my project and noticed some shortcomings that I would like to know if could be avoided or fixed:
Button takes too long to show: the button takes around 4-5s to be rendered even on a decent connection. Would it be possible to make it visible but disabled and then enabled it? It would be a better user experience
Button style cannot be changed: the button has a life of its own, it changes size at certain resolutions, it is placed above everything else (e.g. backdrops and modals), and it cannot be customized other than its color. Either give full control of its styling or do the very basic of css, otherwise it is going to clash with pre-existing websites.
Not possible to use a custom-made button: it seems impossible to completely get rid of the button and re-code its behavior; once Crips is "loaded", the button comes with it with all its evil sides.
Any way to fix this? It is hard to integrate something like this into a pre-existing website if the component behaves as it wishes and cannot be controlled.
The text was updated successfully, but these errors were encountered:
I am currently using a custom CSS to remove the crazy high z-index. Do you have any examples on how to disable its media query (currently changing size at w:480px/h:600px)?
I think if these styles could be passed into the library itself, it would be much better. Right now having to do:
Hello,
I have integrated this library in my project and noticed some shortcomings that I would like to know if could be avoided or fixed:
Any way to fix this? It is hard to integrate something like this into a pre-existing website if the component behaves as it wishes and cannot be controlled.
The text was updated successfully, but these errors were encountered: