API Reference Breeze v#0.4.0

Copy Markdown View Source

Modules

Reusable built-in components for Breeze views.

mix format plugin for Breeze templates.

Logger-backed alternatives to IO.inspect/2 and IO.puts/1.

Behaviour implemented by stateful renderer extensions.

Built-in developer inspector for Breeze applications.

A live log viewer for Breeze applications.

Supervised storage and handler lifecycle for Breeze log capture.

Public server entrypoint for Breeze applications.

Developer-facing diagnostics for a running Breeze server.

Root view for the interactive Breeze Storybook browser.

Defines a Storybook entry.

Opaque runtime context passed to Breeze view callbacks.

Public helpers for deterministic Breeze view tests.

Theme helpers for semantic Breeze color tokens.

A Breeze View is a process that handles events, updates its states and renders to the terminal. Breeze Views are inspired by Phoenix LiveView, but not 100% compatible.

Helpers for working with scrollable viewport metrics.

Mix Tasks

Starts the Breeze remote inspector.