Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
@react-email/row
Advanced tools
Install component from your command line.
yarn add @react-email/row -E
npm install @react-email/row -E
Add the component to your email template. Include styles where needed.
import { Column } from '@react-email/column';
import { Row } from '@react-email/row';
const Email = () => {
return (
<>
...
<Row>
<Column>A</Column>
<Column>B</Column>
</Row>
...
</>
);
};
This component was tested using the most popular email clients.
Gmail ✔ | Apple Mail ✔ | Outlook ✔ | Yahoo! Mail ✔ | HEY ✔ | Superhuman ✔ |
MIT License
FAQs
A React row component
The npm package @react-email/row receives a total of 241,593 weekly downloads. As such, @react-email/row popularity was classified as popular.
We found that @react-email/row demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.
Security News
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.