View Source AshPyroComponents (AshPyroComponents v0.0.1)

The easiest way to use the components from PyroComponents and AshPyroComponets is to import them into my_app_web.ex helpers to make the available in all views and components:

 defp html_helpers do
   quote do
     # Import all components from PyroComponents/AshPyroComponents
     use AshPyroComponents
     # ...

Comprehensive installation instructions can be found in Get Started.