From 075a1730211ed26e227bc8de6ad9a032048e66ee Mon Sep 17 00:00:00 2001 From: Jakub Hampl Date: Tue, 11 Sep 2018 09:50:38 +0100 Subject: Add style generator --- examples/Example02.elm | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/Example02.elm (limited to 'examples/Example02.elm') diff --git a/examples/Example02.elm b/examples/Example02.elm new file mode 100644 index 0000000..5e04567 --- /dev/null +++ b/examples/Example02.elm @@ -0,0 +1,12 @@ +module Example02 exposing (main) + +import Browser +import Html exposing (div) +import Html.Attributes exposing (style) +import Mapbox.Element exposing (..) +import Outdoors + + +main = + div [ style "height" "100vh" ] + [ map [] Outdoors.style ] -- cgit v1.2.3