pub fn HashedStylesheet(props: HashedStylesheetProps) -> impl IntoView
Expand description
Injects an HTMLLinkElement
into the document head that loads a cargo-leptos
-hashed stylesheet.
§Required Props
- options:
LeptosOptions
- Leptos options
§Optional Props
- id:
impl Into<String>
- An ID for the stylesheet.
- root:
impl Into<String>
- A base url, not including a trailing slash