Guest User

Untitled

a guest
Jul 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. -- PRIMITIVES
  2.  
  3. button : List (Attribute msg) -> Element msg
  4. slider : List (Attribute msg) -> Element msg
  5. switch : List (Attribute msg) -> Element msg
  6. label : List (Attribute msg) -> Element msg
  7. image : List (Attribute msg) -> Element msg
  8.  
  9. -- UIView
  10.  
  11. row : List (Attribute msg) -> List (Element msg) -> Element msg
  12. column : List (Attribute msg) -> List (Element msg) -> Element msg
Add Comment
Please, Sign In to add comment