pub fn shard_home() -> ShardHomeBuilderExpand description
§shard_home
Provide a router controller and render shard UI rooted at the active destination.
§Usage
Mount the root route for an app shell and optionally render custom chrome
around router_outlet().
§Parameters
root— initial destination used whencontrolleris omittedcontroller— optional external router controller statechild— optional shell content; defaults torouter_outlet()
§Examples
use tessera_ui::router::shard_home;
shard_home().root(DemoDestination);