Expand description
§Web UI
webui is a website framework for building webassembly SPA websites quickly and easily.
Development is just getting started, so we do not recommend using at this point for anything more than experimenting.
Re-exports§
pub use prelude::*;
Modules§
- Actors represent intermediaries for processing specific types of requests
- Helpers for common settings and configurations
- Components used for managing and rendering html output
- Constants used throughout the application
- Data Types
- Various helper methods
- Global methods and helpers
- Javascript interop and related macros
- Generalized macros
- Shortcut for all common components
- Starter pages for new projects
- Modules that hold application states
Macros§
- Macro for opening an alert dialog.
- Macro for consolidating classes into single string
- Helper macro to define a struct that derives Debug, Clone, Deserialize, Serialize, Default, and PartialEq and can be instantiated with a new(…) initializer method.
- Macro for opening an regular dialog.
- Macro for opening an regular dialog.
- Macro for opening an regular dialog.
- Macro for quickly logging data to the browser’s console.log
- Simplify use of serde_json::to_string(&json!(…)).unwrap_or_default() to serialize data into a json string.
- Macro for expanding string arguments into list items
- Helper macro for rendering markdown content without using the MarkdownContent boilerplate.
- Helper macro for loading and rendering a markdown file without using the MarkdownContent boilerplate.
- Macro for navigating to a new page.
- Extract the value of an option, or return from the current method if the option is None. Default return on None is
(). Optionally pass desired return from None as second option. Example: - Macro for expanding string arguments into paragraphs
- Macro for running a method after a timeout
- Macro for spawning an async process
- Macro for expanding string arguments into a title
- Macro for expanding string arguments into a title
- Macro for expanding string arguments into a title
- Macro for expanding string arguments into a title
- Macro for expanding string arguments into a title
- Macro for expanding string arguments into a title
- Macro for expanding string arguments into a title
- Macro for expanding string arguments into a title
- Macro for expanding string arguments into a title
- Macro for expanding string arguments into a title
- Macro for expanding string arguments into a title
- Macro for expanding string arguments into a title
Constants§
Functions§
- Initializer to run in app main() to start application/website