mirror of
https://github.com/Orasund/elm-ui-widgets.git
synced 2024-11-22 04:58:49 +03:00
Update doc code snippetfor Customize
This commit is contained in:
parent
25089f6365
commit
3c17c6a8f8
@ -20,8 +20,8 @@ module Widget.Customize exposing
|
|||||||
|
|
||||||
{- Make a button fill the full width -}
|
{- Make a button fill the full width -}
|
||||||
Widget.textButton
|
Widget.textButton
|
||||||
( Material.containedButton
|
(Material.containedButton Material.defaultPalette
|
||||||
|> Customize.element [Element.width Element.fill]
|
|> Customize.elementButton [ Element.width Element.fill ]
|
||||||
)
|
)
|
||||||
{ onPress = Just PressedButton
|
{ onPress = Just PressedButton
|
||||||
, text = "Press Button"
|
, text = "Press Button"
|
||||||
|
Loading…
Reference in New Issue
Block a user