Cargo Features
peace_webi_components has no features set by default.
[dependencies]
peace_webi_components = { version = "0.0.14", features = ["item_interactions", "item_state_example", "ssr"] }
- item_interactions
-
Technically always needed, but we need to put these in its own feature so that these aren't enabled in the underlying crates when
--no-default-features
is used.Enables item_interactions of peace_rt_model
- item_state_example
-
Enables item_state_example of peace_cmd and peace_rt_model
- ssr
-
Enables ssr of dot_ix, leptos, leptos_meta, and leptos_router