Skip to content

Instantly share code, notes, and snippets.

@pzp1997
Created July 23, 2018 02:20
Show Gist options
  • Save pzp1997/35f731ba8f3163e4611ed991b5b62918 to your computer and use it in GitHub Desktop.
Save pzp1997/35f731ba8f3163e4611ed991b5b62918 to your computer and use it in GitHub Desktop.
-- PRIMITIVES
button : List (Attribute msg) -> Element msg
slider : List (Attribute msg) -> Element msg
switch : List (Attribute msg) -> Element msg
label : List (Attribute msg) -> Element msg
image : List (Attribute msg) -> Element msg
-- UIView
row : List (Attribute msg) -> List (Element msg) -> Element msg
column : List (Attribute msg) -> List (Element msg) -> Element msg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment