Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

489 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix.View

The view layer in Phoenix v1.0-v1.6 apps.

With Phoenix.LiveView, Phoenix.View has fallen out of fashion in favor of Phoenix.Component. See the "Replaced by Phoenix.Component" section in the Phoenix.View module documentation for more information and migration steps (if desired).

Installation

You can install phoenix_view by adding it to your list of dependencies in mix.exs:

def deps do
  [
    {:phoenix_view, "~> 2.0"}
  ]
end

About

View abstraction for Phoenix v1.0-v1.6

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages