Add the ability to add className to Table #34
bezvrednyy
started this conversation in
Ideas
Replies: 1 comment
-
Regarding the Body component: At the moment the Body component is more of a placeholder for the future, if I want to introduce features in there. However, it can be left out at this time. If you want to give the Table component extra style, you need to use
If you want to give the Table a CSS class and style it, do it this way:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
<Body>
component I can replace<div className='wrapper'>
. But also I want to have possible add styles on<Table>
without additional wrapper.Beta Was this translation helpful? Give feedback.
All reactions