add el-style, el-layout, el-i18n, el-config, el-secrets: responsive by default, theme-driven, zero breakpoints

This commit is contained in:
Will Anderson
2026-04-27 20:18:47 -05:00
parent a1159eec65
commit 361c958618
43 changed files with 6384 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "profile-card"
version = "0.1.0"
edition = "2021"
description = "el-ui profile card example — styling, layout, i18n, config, auth"
[[bin]]
name = "profile-card"
path = "src/main.rs"
[dependencies]
el-style = { path = "../../crates/el-style" }
el-layout = { path = "../../crates/el-layout" }
el-i18n = { path = "../../crates/el-i18n" }
el-config = { path = "../../crates/el-config" }
el-secrets = { path = "../../crates/el-secrets" }