mirror of
https://github.com/Orasund/elm-ui-widgets.git
synced 2024-11-21 18:05:00 +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 -}
|
||||
Widget.textButton
|
||||
( Material.containedButton
|
||||
|> Customize.element [Element.width Element.fill]
|
||||
(Material.containedButton Material.defaultPalette
|
||||
|> Customize.elementButton [ Element.width Element.fill ]
|
||||
)
|
||||
{ onPress = Just PressedButton
|
||||
, text = "Press Button"
|
||||
|
Loading…
Reference in New Issue
Block a user