hex.pmhex.pmDocumentationhex.pmgithub.com

AshPyro

Pyro is a suite of libraries for building UI in Phoenix.

About

For more details on AshPyro, check out the About page.

Installation

To install AshPyro and add declarative UI DSL to your Ash project, follow the Get Started guide. For the other features, please see the “Get Started” guide for the appropriate library instead.

Development

As long as Elixir is already installed:

git clone git@github.com:frankdugan3/ash_pyro.git
cd ash_pyro
mix setup

For writing docs, there is a handy watcher script that automatically rebuilds/reloads the docs locally: ./watch_docs.sh

Prior Art