-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some CSS classes/options do exist in UIKit but are missing in the documentation ! #217
Comments
uk-container-expand-right is nice hidden feature~! Would like to know more hidden features as well~ |
Same here with the Upload components (https://getuikit.com/docs/upload)! A lot of options are missing in the documentation, but you can find them here: https://getuikit.com/assets/uikit/tests/upload.html For exemple:
|
I see that you have added some missing options for the Upload component. What about maxSize? What about .uk-container-expand-left, etc ? |
#443 solves this. |
Dear UIKit team,
Can you please check documentation and add all the missing classes? Some of them are available in the UIKit source code but are not in your documentation !
For example, I needed to do this layout : https://nsa40.casimages.com/img/2020/02/26/200226094447618113.jpg
But I didn't know how to do it. Aaron, on Discord, suggested me to use .uk-container-expand-right that you can see here:
https://github.com/uikit/uikit/blob/a35434f1545eeef94680f44dd434199f2010423a/src/scss/components/container.scss#L109-L145
But this great classe is not in the documentation!
https://getuikit.com/docs/container
Even not on Google (any reference to the UIKit documentation)
https://www.google.com/search?rlz=1C5CHFA_enBE862BE862&ei=oixWXoSrLYz9kwXvuLqYDg&q=%22uk-container-expand-right%22&oq=%22uk-container-expand-right%22&gs_l=psy-ab.12...2509.3883..4698...0.2..0.34.67.2......0....1..gws-wiz.......0i71.w-WjAYhNhkc&ved=0ahUKEwiEhNnU5u7nAhWM_qQKHW-cDuMQ4dUDCAs
So can you check your documentation and add the missing classes ? Save us from wasting our time please :)
Thank you!
The text was updated successfully, but these errors were encountered: