Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbettag/phoenix_mdbootstrap_live_view.ex
Material Design Bootstrap 4 LiveViews for Phoenix Applications
https://github.com/fbettag/phoenix_mdbootstrap_live_view.ex
elixir material-design mdbootstrap phoenix-framework phoenix-liveview
Last synced: about 1 month ago
JSON representation
Material Design Bootstrap 4 LiveViews for Phoenix Applications
- Host: GitHub
- URL: https://github.com/fbettag/phoenix_mdbootstrap_live_view.ex
- Owner: fbettag
- License: mit
- Created: 2021-01-20T20:28:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T20:13:48.000Z (almost 4 years ago)
- Last Synced: 2024-09-25T16:28:57.426Z (3 months ago)
- Topics: elixir, material-design, mdbootstrap, phoenix-framework, phoenix-liveview
- Language: Elixir
- Homepage: https://hexdocs.pm/phoenix_mdbootstrap_live_view
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phoenix Material Design Bootstrap LiveView
This package implements a generator for LiveViews with [Material Design Bootstrap 4](https://mdbootstrap.com) markup.
## Installation
This package can be installed by adding `phoenix_mdbootstrap_live_view` to your list of dependencies in `mix.exs`:
```elixir
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](https://hexdocs.pm/phoenix_mdbootstrap_live_view).