Phoenix Material Design Bootstrap LiveView

This package implements a generator for LiveViews with Material Design Bootstrap 4 markup.

Installation

This package can be installed by adding phoenix_mdbootstrap_live_view to your list of dependencies in mix.exs:

def deps do
  [
    {:phoenix_mdbootstrap_live_view, "~> 0.1"}
  ]
end

Usage

You can simply use this generator as you would use mix phx.gen.live, except we called it phx.gen.**md**live.

Documentation

Documentation can be found at https://hexdocs.pm/phoenix_mdbootstrap_live_view.