-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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(Table) add missing Table alignment props #1411
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1411 +/- ##
=======================================
Coverage 99.74% 99.74%
=======================================
Files 140 140
Lines 2347 2347
=======================================
Hits 2341 2341
Misses 6 6
Continue to review full report at Codecov.
|
Add `textAlign` and 'verticalAlign' props to the Table component. ref: Semantic-Org#1389
Add tests for 'textAlign' and 'verticalAlign' props ref: Semantic-Org#1389
Document that the `textAlign` and `verticalAlign` props can be applied to the Table component. ref: Semantic-Org#1389
35f7b15
to
9329374
Compare
Superb thanks! We just refactored the typings so I rebased this branch and moved the Will merge on pass. |
😊 |
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.
Fixed last lint issue, LGTM 👍
* feat(Table): add missing Table alignment props Add `textAlign` and 'verticalAlign' props to the Table component. ref: Semantic-Org#1389 * test(Table): add tests for Table alignment props Add tests for 'textAlign' and 'verticalAlign' props ref: Semantic-Org#1389 * docs(Table): document Table text alignment props Document that the `textAlign` and `verticalAlign` props can be applied to the Table component. ref: Semantic-Org#1389 * Fix linting errors (missing trailing commas) * Update Table.d.ts
* feat(Table): add missing Table alignment props Add `textAlign` and 'verticalAlign' props to the Table component. ref: Semantic-Org#1389 * test(Table): add tests for Table alignment props Add tests for 'textAlign' and 'verticalAlign' props ref: Semantic-Org#1389 * docs(Table): document Table text alignment props Document that the `textAlign` and `verticalAlign` props can be applied to the Table component. ref: Semantic-Org#1389 * Fix linting errors (missing trailing commas) * Update Table.d.ts
Released in |
Add
textAlign
andverticalAlign
props to the Table component.Fixes #1389