Pages of copy (e.g., legal pages) look beautiful, just by using <Typography>
and standard markup inside, with no custom CSS required.
Except for <table>
which doesn't get any styling at all and looks lame.
Using the <Table>
react component is overkill when you just want a table with simple copy inside it, and may be the styling is a bit "too much" for a simple table and will look jarring against the beautiful copy.
No API, just some extra LESS like:
.antd-typography table { border: 1px solid @typography-table-border-color; }
.antd-typography table th { font-weight: 700; }
^^^ Anyway I just made that CSS up, not real examples I recommend
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too