[react-markdown] Ready-Made Table Component #798
-
Hi folks, I am using However, I was wondering if there was a ready-made table component through which I can pass the parsed data to get a good-looking table. For example, I use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
React-markdown doesn't have an opinion on styles or include styles, but there certainly are plenty of options you could choose. https://github.com/sindresorhus/github-markdown-css can be used without needing to pass a custom component There are plenty of table components if you want to go that route https://github.com/brillout/awesome-react-components#table And most style frameworks offer themed tables as well https://reactstrap.github.io/components/tables/, https://material-ui.com/components/tables/, https://v2.grommet.io/table to note a few. |
Beta Was this translation helpful? Give feedback.
React-markdown doesn't have an opinion on styles or include styles, but there certainly are plenty of options you could choose.
https://github.com/sindresorhus/github-markdown-css can be used without needing to pass a custom component
There are plenty of table components if you want to go that route https://github.com/brillout/awesome-react-components#table
And most style frameworks offer themed tables as well https://reactstrap.github.io/components/tables/, https://material-ui.com/components/tables/, https://v2.grommet.io/table to note a few.