Crate impulse_ui_kit

Source
Expand description

UI Kit framework built on top of Leptos and Thaw.

Provides a simple setup_app function to launch your CSR (client-side rendered) application.

Modules§

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

Structs§

UIAppProps
Props for the UIApp component.

Functions§

UIApp
Also, you can use main styled UIApp component without setup_app, if you want more flexibility.
setup_app
Application entrypoint.