Expand description
UI Kit framework built on top of Leptos.
Selects between three rendering modes via mutually exclusive Cargo features:
csr (client-side rendering), hydrate (client hydration of SSR markup,
reserved for the upcoming iteration), and ssr (server-side rendering, used
together with impulse-server-kit under its leptos-ssr feature).
Modules§
Functions§
- setup_
app - Application entrypoint.