-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: add custom table borders and column alignment #60
feat: add custom table borders and column alignment #60
Conversation
Allow some few customization options for table borders and column alignment. - For custom borders: adds classes `border-<position>` and `heavy-border-<position>`, being `position` one of the values, `top`, `right`, ´bottom´, `left`. - For custom column alignment: adds classes `l1-l12`, `c1-c12`, `r1-r12`.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Love the idea, it almost feels like using the tabular
environment! Have a look at the few comments I made and let me know what you think
Some comments:
|
|
Allow some few customization options for table borders and column alignment.
For custom borders: adds classes
border-<position>
andheavy-border-<position>
, beingposition
one of the values,top
,right
,bottom
,left
.For custom column alignment: adds classes
l1-l12
,c1-c12
,r1-r12
.