README.md

# 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](https://hex.pm/docs/publish), the package can be installed
by adding `brick` to your list of dependencies in `mix.exs`:

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

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/brick](https://hexdocs.pm/brick).