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

feat(Toolbar): update/add alignItems + alignSelf #9325

Merged
merged 1 commit into from Jul 7, 2023

Conversation

kmcfaul
Copy link
Contributor

@kmcfaul kmcfaul commented Jun 30, 2023

What: Closes #9194

Allows alignItems and alignSelf on ToolbarContent, ToolbarGroup and ToolbarItem to have values start, center, and baseline.

Some of the props were already present so updated the allowed values where they already existed. The existing props also allow a default value that doesn't apply any css, which I kept in the added props for consistency.

@patternfly-build
Copy link
Contributor

patternfly-build commented Jun 30, 2023

@gitdallas
Copy link
Contributor

Should examples be added?

Copy link
Contributor

@mattnolting mattnolting left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LPTM 👍 We could add examples as a followup.

@nicolethoen nicolethoen merged commit 16dfbb6 into patternfly:main Jul 7, 2023
10 checks passed
@patternfly-build
Copy link
Contributor

Your changes have been released in:

  • @patternfly/react-code-editor@5.0.0-prerelease.19
  • @patternfly/react-core@5.0.0-prerelease.19
  • @patternfly/react-docs@6.0.0-prerelease.20
  • demo-app-ts@5.0.0-prerelease.17
  • @patternfly/react-table@5.0.0-prerelease.19

Thanks for your contribution! 🎉

nicolethoen pushed a commit to Kells512/patternfly-react that referenced this pull request Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Toolbar - support for alignment options
6 participants