email-components 0.1.0-alpha.2

Components for building email templates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "email-components"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Components for building email templates"
categories = ["email", "template-engine"]
keywords = ["email", "template", "yew"]

[dependencies]
yew = { workspace = true, features = ["ssr"] }
stylist = { workspace = true, features = ["yew", "yew_use_style", "ssr"] }