Skip to main content

Crate impulse_ui_kit

Crate impulse_ui_kit 

Source
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§

prelude
UI Kit prelude.
router
Methods to work with routes.
utils
Some utility for UI kit.

Functions§

setup_app
Application entrypoint.