
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@inkdes-email/box
Advanced tools
Wrapper Box component for your email layout.
# pnpm
pnpm add @inkdes-email/box
# npm
npm install @inkdes-email/box
# yarn
yarn add @inkdes-email/box
import { Box } from "@inkdes-email/box";
export default function EmailTemplate() {
return <>
<Box
width='120px'
padding='10px 16px'
center
borderRadius='10px'
backgroundColor='#fff'
spacing='20px'
backgroundImageUrl='https://example.com/image.png'
>
<Text>
</Box>
</>
}
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| children | React.ReactNode | Yes | — | Content of the email document |
| dir | "ltr" | "rtl" | No | Comes from wrapping Html component's dir context prop which is ltr | Text direction |
| backgroundColor | string | Yes | — | — |
| style | React.CSSProperties | No | - | - |
| width | number or "100%" | No | — | width of container |
| padding | string | No | 10px 16px | inner padding |
| className | string | no | — | — |
| borderRadius | string | No | ||
| backgroundImageUrl | string | no | Box background image | |
| backgroundPosition | string | no | "bottom" | when there is background image url this is css property for position |
| backgroundRepeat | string | no | "no-repeat, no-repeat" | when there is background image url this is css property for repeat |
| itemCenter | boolean | no | true | Inner items will be aligned center |
| center | boolean | no | true | The box will be positioned center of email |
| borderWidth | number | No | — | border width |
| borderColor | string | No | — | Border will work if border width is greater than 0 |
MIT © iClasser
FAQs
A React email body content component to wrap emails (InkDes Mailer)
The npm package @inkdes-email/box receives a total of 0 weekly downloads. As such, @inkdes-email/box popularity was classified as not popular.
We found that @inkdes-email/box demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.