-
-
Notifications
You must be signed in to change notification settings - Fork 112
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: add headerAlignment prop to the Column component #2339
Conversation
Features
Tests
Bug Fixes
Documentation
ContributorsHellWolf93, TahimiLeonBravo, LeandroTorresSicilia Commit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
Visit the preview URL for this PR (updated for commit 4130a40): https://react-rainbow--pr2339-add-header-alignment-tri9u24w.web.app (expires Sat, 25 Dec 2021 03:00:04 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
@HellWolf93 when the alignment is "right" I think that the sort arrow should be on the left of the content |
Code Climate has analyzed commit 4130a40 and detected 10 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
fix: #2337
Changes proposed in this PR:
Added
headerAlignment
prop to Column component.I have followed (at least) the PR section of the contributing guide.