-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
[Merged by Bors] - UI text layout example #7359
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
Conversation
…parent node to apply margins and padding
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super useful, both for learning and for checking that our code works. I love it.
Nits:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would have saved me about 2 days of work lol.
…ses going downwards
@ickshonpe I'll merge this once CI is passing. Like it suggests, run
|
Ah, and now it's complaining about the freshly stabilized formatting lint 😅 |
bors r+ |
## Objective An example that demonstrates how the `AlignItems` and `JustifyContent` properties can be composed to layout text. <img width="654" alt="text_layout_example" src="https://user-images.githubusercontent.com/27962798/215116345-daa8ef60-634b-40c6-9b6d-356de3af620c.png">
## Objective An example that demonstrates how the `AlignItems` and `JustifyContent` properties can be composed to layout text. <img width="654" alt="text_layout_example" src="https://user-images.githubusercontent.com/27962798/215116345-daa8ef60-634b-40c6-9b6d-356de3af620c.png">
Objective
An example that demonstrates how the
AlignItems
andJustifyContent
properties can be composed to layout text.