API Reference ExCell v0.1.0

Modules

ExCell is used to split larger views in smaller cells that can be reused and easily packaged with Javascript and CSS.

An ExCell Adapter defines the way the adapter outputs its HTML. The adapter requires a function called adapter that accepts a map container name, attributes, params and the content. It should return a Phoenix.HTML safe string.

The CellJS adapter can be used to output the cells as HTML compatible with cells-js. CellsJS was written with ExCell in mind.

Cells are used to tightly couple your templates, views and Javascript. It is heavily inspired by React by Facebook and Rails Cells by Trailblazer.

Cell methods that render a cell directly to a controller

Cell helpers used to render the cells in both Views and Cells