Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.emailux.com/llms.txt

Use this file to discover all available pages before exploring further.

1. Install dependencies

Install the EmailUX Email package locally and a few components.
# pnpm
pnpm add @emailux/components

# npm
npm install @emailux/components

# yarn
yarn add @emailux/components

2. Usage

import { Hr } from "@emailux/components";

export default function EmailTemplate() {
  return <>
      <Hr />
  </>
}

Props

NameTypeRequiredDefaultDescription
colorstringNo#e5e5e5
dir”ltr” | “rtl”NoComes from wrapping Html component’s dir context prop which is ltrText direction
spacingstringNoComes from wrapping Html component’s defaultSpacing context prop which is 20pxSpacing bottom, by default comes from Html defaultSpacing prop
widthstringNo100%width of seperator
alignstringNocenterIf width is less than 100% then alignment becomes important
styleReact.CSSPropertiesNo
heightnumberNo1