for more information visit the package's GitHub page
Package contains the following modules:
This package makes it easy to create beautiful examples for your Elm projects and packages.
Start with your not-so-pretty Elm example:
sh
elm install avh4/elm-beautiful-example
Browser.sandbox
, Browser.element
, Browser.document
or Browser.application
with BeautifulExample.sandbox
, BeautifulExample.element
, BeautifulExample.document
or BeautifulExample.application
and add the beautiful example config,
filling in the fields as appropriate for your example:```diff +import BeautifulExample
main : Program () Model Msg
main =
Now your example will look like this: