-
Notifications
You must be signed in to change notification settings - Fork 1
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
Layout/Alignment with ColumnLayout and Align #1129
Comments
Great! This worked! Thank you for the quick support 🙏 Three things I stumbled over:
|
Header is only documented in other components, like section, as its behavior depends on the component it is used in. There are some examples on how to use it inside a section: https://mittwald.github.io/flow/03-components/structure/section You do not need an action group, as you can just place buttons directly in the header. Also the change of the button size is intentional, as buttons should always have this size when used in a section header |
Ah, found it now. Thank you. I think some explanation would help me to understand when to use what. The examples are helpful, but I found myself adding components without fully understanding why, just because it was in the example. Regarding the change of the button size. Does that mean changing the button size in this context is discouraged? Would that be a violation of the style guide? |
Project Information
mStudio Extension for taking notes
Feedback
Failing to align elements with the provided
<ColumnLayout />
and<Align />
. I tried a lot of different combinations, but I wasn't able to have all the elements on top in one line, center aligned. Could you help me how I would use the Flow components to create this layout and align elements?Desired Layout
Current Result
Current Code (simplified)
The text was updated successfully, but these errors were encountered: