Packages

Create Elm-inspired model structs for your LiveView assigns.

Current section

Files

Jump to
live_model README.md
Raw

README.md

# LiveModel
**Declarative assigns via structs**
## Installation
```elixir
def deps do
[
{:live_model, "~> 0.2.0"}
]
end
```
See the `LiveModel` module documentation on [HexDocs](https://hexdocs.pm/live_model/0.2.0/LiveModel.html) for usage
instructions