BeamConsoleWeb (beam_console v0.5.2)

Copy Markdown View Source

Provides the component and LiveView definitions used by BeamConsole's optional Phoenix interface.

The module is compiled only when Phoenix LiveView is available.

Summary

Functions

Expands the requested BeamConsole web definition.

Returns the shared imports for BeamConsole function components.

Returns the shared imports and aliases for BeamConsole LiveViews.

Functions

__using__(which)

(macro)

Expands the requested BeamConsole web definition.

html()

@spec html() :: Macro.t()

Returns the shared imports for BeamConsole function components.

live_view()

@spec live_view() :: Macro.t()

Returns the shared imports and aliases for BeamConsole LiveViews.