# Phoenix LiveView MultiSelect Component

This is a sample project that illustrates the Phoenix LiveView `multi_select` component

See [multi_select](https://github.com/saleyn/phx-multi-select).

See [video demo here](https://youtu.be/TfcgxACXWiM).

## Install, Build, and Run

```bash
$ git clone https://github.com/saleyn/phx-multi-select.git
$ cd example
$ make
$ make run
```

## Learn more

  * Official website: https://www.phoenixframework.org/
  * Guides: https://hexdocs.pm/phoenix/overview.html
  * Docs: https://hexdocs.pm/phoenix
  * Forum: https://elixirforum.com/c/phoenix-forum
  * Source: https://github.com/phoenixframework/phoenix
