/phexel

Phoenix + Elixir + Every Layout

Primary LanguageElixir

Phexel

Phexel brings Every Layout to Phoenix!

If you think it's good, consider buying yourself a copy.

Installation

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

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

otherwise go this way:

def deps do
  [
    {:phexel, git: "https://github.com/SilvanCodes/phexel"}
  ]
end

Assuming a standard Phoenix project structure, add the following line to your app.css:

@import "../../deps/phexel/assets/elc.css";

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