Function perseus::prelude::PerseusRoot

source ·
pub fn PerseusRoot<G: Html>(cx: Scope<'_>) -> View<G>
Expand description

The component that represents the entrypoint at which Perseus will inject itself. You can use this with the .index_view() method of PerseusAppBase to avoid having to create the entrypoint <div> manually.