
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
react-markdown-table
Advanced tools
react-markdown-table is a React component library for generating and previewing markdown tables.
npm install react-markdown-table
import React from 'react';
import MarkdownTable from 'react-markdown-table';
const data = [
['Planet', 'Distance', 'Gravity'],
['Mercury', '57.9 million km', '3.7 m/s²'],
['Venus', '108.2 million km', '8.9 m/s²'],
['Earth', '149.6 million km', '9.8 m/s²'],
];
const App = () => {
return (
<div>
<MarkdownTable data={data} /> {/* <MarkdownTable data={data} view={false} /> */}
</div>
);
};
export default App;
data (required): An array of table data. The first element represents the table header, and the rest are data rows.view (optional): A boolean flag to control the view mode of the table. Set to true (default) to display the table,
or set to false to hide the table and only show the copy button.This project is licensed under the MIT License.
FAQs
React component library for generating and previewing markdown tables
The npm package react-markdown-table receives a total of 34 weekly downloads. As such, react-markdown-table popularity was classified as not popular.
We found that react-markdown-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.