New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@inkdes-email-comps/html

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@inkdes-email-comps/html

A React email html component to wrap emails (InkDes Mailer)

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

inkdes-email-comps/html

HTML root wrapper for your email documents.

GitHub

Installation

# pnpm
pnpm add ink-email-comps/html

# npm
npm install ink-email-comps/html

# yarn
yarn add ink-email-comps/html

Quick start

import { Html } from "ink-email-comps/html";

export default function Email() {
  return <Html>Hello</Html>;
}

Props

NameTypeRequiredDefaultDescription
childrenReact.ReactNodeYesContent of the email document
dir"ltr" | "rtl"No"ltr"Text direction for the document
langstringNo"en"Language of the document

All other standard HTML attributes for the <html> element are supported.

License

MIT © iClasser

Keywords

react

FAQs

Package last updated on 29 Sep 2025

Did you know?

Socket

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.

Install

Related posts