React Email Markdown
Это содержимое пока не доступно на вашем языке.
Install
Install component from your command line.
Getting Started
Add the component to your email template. Include styles where needed.
Props
Param | Type | Default Value | Remark |
---|---|---|---|
children | string | Contains the markdown content that will be rendered in the email template | |
markdownContainerStyles | object | {} | Provide custom styles for the containing div that wraps the markdown content |
markdownCustomStyles | object | {} | Provide custom styles for the corresponding html element (p, h1, h2, etc.) |