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 noticed that in release 1.4.27 the align_items parameter got added to ui.row, ui.column and ui.card and wanted to see how this works but on the documentation pages of these elements(https://nicegui.io/documentation/column for exampe) I can only find:
So I only know the default value is None but I don't know which value(or type) I could use to align the items(e.g. horizontal/vertical/center/left/right?). I couldn't find it on the rest of the documentation page either.
Can't wait to try it out :)
The text was updated successfully, but these errors were encountered:
@falkoschindler
I use VS Code but didn't point the editor to my new venv yet which is why I didn't see the suggestions.
But I did have the expectation of finding possible values in the online documentation, not sure if that's just me.
Description
I noticed that in release 1.4.27 the align_items parameter got added to ui.row, ui.column and ui.card and wanted to see how this works but on the documentation pages of these elements(https://nicegui.io/documentation/column for exampe) I can only find:
So I only know the default value is None but I don't know which value(or type) I could use to align the items(e.g. horizontal/vertical/center/left/right?). I couldn't find it on the rest of the documentation page either.
Can't wait to try it out :)
The text was updated successfully, but these errors were encountered: