Nimbus

img

Additional helpers for Phoenix what were not included in Phoenix by different reasons.

Installation

Add nimbus to your list of dependencies in mix.exs:

  def deps do
    [{:nimbus, "~> 0.4.0"}]
  end

Usage

Add desired collection of helpers to your web/web.ex, e.g. collection of :view helpers:

  def view do
    quote do
      use Phoenix.View, root: "web/templates"
      use Nimbus.HTML, :view
      use Nimbus.HTML, :other_html_helpers_import
    end
  end

To get full list of possible collections, check out docs

Documentation

Read hexdocs.pm

Contribution

Clone repo, implement additional helpers, write tests and PR welcome!

License

The gem is available as open source under the terms of the MIT License.