mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2025-01-04 12:47:53 +03:00
Adds defaults
This commit is contained in:
parent
006d8e455c
commit
6107efd8dc
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user