Update Text example docs

This commit is contained in:
Aaron VonderHaar 2019-06-27 17:13:50 -07:00
parent a3532c1fcb
commit 68b096f00f

View File

@ -25,7 +25,8 @@ example =
how long the assignment will take. how long the assignment will take.
""" """
in in
[ Text.heading [ Html.text "This is the main page heading." ] [ Html.text "NOTE: When using these styles, please read the documentation in the Elm module about \"Understanding spacing\""
, Text.heading [ Html.text "This is the main page heading." ]
, Text.tagline [ Html.text "This is a tagline" ] , Text.tagline [ Html.text "This is a tagline" ]
, Text.subHeading [ Html.text "This is a subHeading" ] , Text.subHeading [ Html.text "This is a subHeading" ]
, Text.smallHeading [ Html.text "This is a smallHeading" ] , Text.smallHeading [ Html.text "This is a smallHeading" ]