View Source Phoenix.UI (Phoenix UI v0.1.5)

Documentation for Phoenix.UI.

Link to this section Summary

Functions

Helper macro for creating a Phoenix.UI component.

Helper macro for creating a Phoenix.UI live_component.

Link to this section Functions

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

Helper macro for creating a Phoenix.UI component.

examples

Examples

use Phoenix.UI, :component
@spec live_component() :: Macro.t()

Helper macro for creating a Phoenix.UI live_component.

examples

Examples

use Phoenix.UI, :live_component