View Source Pyro.Components (Pyro v0.0.2)
The easiest way to use Pyro components 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 Pyro components
use Pyro.Components
# ...
Comprehensive installation instructions can be found in Get Started.
Pyro provides components that support deep customization through Pyro.Overrides
, and also tooling to create your own via Pyro.Component
.