Re-exports

Modules

  • Implements a button UI element, as well as variants thereof.
  • Defines the ClickArea element.
  • Defines the default theme for the UI.
  • Implements a dropdown element.
  • Provides an Editor trait for values that can be edited in the UI, and implementations for common types.
  • This file only exists because Enums aren’t available in the wasm layer yet; once that exists this can be removed
  • A prelude for users of the crate. Imports all the most commonly used types and functions.
  • Defines several UI prompts, such as Alert, Prompt, and EditorPrompt.
  • Defines several kinds of window-sized screens.
  • Defines a scroll area.
  • Defines elements that can be used to select an item from a list.
  • Defines the default theme for the UI.
  • Implements basic tabs.
  • Defines a throbber.

Structs

Enums

Constants

Traits

  • A trait for types that can be edited in the UI.
  • A trait that adds some default styles to elements.
  • A trait that provides helper methods for UI elements.

Functions

Type Definitions

Derive Macros