Archived
add el-style, el-layout, el-i18n, el-config, el-secrets: responsive by default, theme-driven, zero breakpoints
This commit is contained in:
@@ -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" }
|
||||
Reference in New Issue
Block a user