Created
July 23, 2018 02:20
-
-
Save pzp1997/35f731ba8f3163e4611ed991b5b62918 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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