uikit icon indicating copy to clipboard operation
uikit copied to clipboard

UIKit - modern ui components for the modern web

Results 29 uikit issues
Sort by recently updated
recently updated
newest added

This way a drag initiated inside the canvas still work when you end up going "outside" the lines of the color picker. Otherwise it can be tedious to get to...

If options are not defined, closable should still be assigned a value.

Of any relevance, I work with JPJoyal. :) We were discussing how to not close a confirmation dialog (for example, if the input of a form needs to be validated)....

While using the card component in a project, I realized that there are situations where I don't want clicking the card to run `flip()` on it (for example, when putting...

I hard coded something like that in my local branch, to lock the scrolling when showing the ovelay Do you think this is an option we should expose to the...

Would you be interested in tabs? We've got them built and are starting to use them on our fork. Let me know if you're interested and I'll do a pull...

I just tried this code from the demo page adding overlay caused the event to be fired twice Didn't check why yet, any idea ? ``` javascript new ui.Dialog({ title:...

Should I make my own implementation like Confirmation dialog, or it is possible to reuse confirmation dialog for this purpose?