API Reference viewplex v0.1.0

Modules

This module provides the base implementation of all components. When useing the module, you can pass a list of fields as you would for Kernel.defstruct/1... The struct fields will be used to filter/ cast the assigns passed to the directly to the template. Bear in mind that this module inner implementation relies heavily on Phoenix.View.

This module holds the internal representation of a component data. It implements the Phoenix.HTML.Safe protocol.

This module holds the internal representation of a slot data. It implements the Phoenix.HTML.Safe protocol.

Helper functions to create components and slots.