Skip to content
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

DataFormLayout: Add support for stack direction with vertical and horizontal layouts #69133

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

SainathPoojary
Copy link
Contributor

Closes: #69127

What?

This PR introduces a new direction prop for the DataFormLayout component, allowing developers to switch between vertical (VStack) and horizontal (HStack) stack layouts.

Why?

Previously, DataFormLayout only supported vertical stacking (VStack), limiting the visual arrangement of child components. This update provides greater flexibility, allowing child elements to be displayed in a row (HStack) when desired.

How?

  • Added a direction prop ('vertical' | 'horizontal') to the DataFormLayout.
  • Set vertical as the default layout to maintain backward compatibility.
  • Dynamically switch between VStack and HStack based on the direction prop.

Copy link

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: SainathPoojary <[email protected]>
Co-authored-by: dannyreaktiv <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataFormLayout children stack direction.
1 participant