Adds defaults

This commit is contained in:
Tessa Kelly 2019-07-19 14:54:02 -07:00
parent 006d8e455c
commit 6107efd8dc

View File

@ -93,6 +93,8 @@ styledName suffix =
, Button.enabled
]
By default, the button is enabled, Medium sized, with primary colors, and an unbounded width.
-}
button : List (Attribute msg) -> Html msg
button attributes =
@ -108,6 +110,8 @@ button attributes =
, Button.secondary
]
By default, the link is Medium sized, with primary colors, and an unbounded width.
-}
link : List (Attribute msg) -> Html msg
link attributes =