Brick

Brick is a component library bases on Phoenix.View and Phoenix.Template.

It’s meant to be more strict in what it does no cater more to a component based workflow then phoenix does and also enable a few things, to not only allow components to be used to render data, but also create styleguides for them.

Installation

If available in Hex, the package can be installed by adding brick to your list of dependencies in mix.exs:

def deps do
  [
    {:brick, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/brick.