Skip to content

Commit

Permalink
docs(readme): add last style props for cell and row
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledosama999 committed Jun 19, 2022
1 parent 606e785 commit e803a1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ The row element in the table, each of it's children will have **equal width** an
| ----- | ------ | ------- | ------- |
| children | **true** | - | The array of cells should be displayed in the row, preferably should be the `Cell` element provided by this package but feel free to provide your own
| style | false | `{}` | Override the styles for the given row (padding ...)|
| lastStyle | false | {} | Style that will only be applied to the last row

### Cell
The cell element in each row. Also has default stylings
Expand All @@ -112,7 +113,7 @@ The cell element in each row. Also has default stylings
| ----- | ------ | ------- | ------- |
| children | **true** | - | The children /child to be displayed inside the cell
| style | false | `{}` | Override the styles for the given cell (padding ...)|

| lastStyle | false | {} | Style that will only be applied to the last cell
## General Notes
- Check out the examples [here](./example/src/App.tsx)

Expand Down

0 comments on commit e803a1a

Please sign in to comment.