Skip to content

Instantly share code, notes, and snippets.

@g-a-v-i-n
Created September 27, 2019 23:34
Show Gist options
  • Save g-a-v-i-n/308102664770126dbc8d7d329aedddcc to your computer and use it in GitHub Desktop.
Save g-a-v-i-n/308102664770126dbc8d7d329aedddcc to your computer and use it in GitHub Desktop.
/- *lyre
|%
++ screen
|= [a=dom b=dom c=dom d=dom e=dom]
^- dom
:+ %row
~[w-100 h-100 bg-gray-1]
:~ :+ %list
:~ [%axis %col]
[%basis %pix 320]
[%border-right '1px solid black']
==
:~ [%box ~[[%basis %pix 88] [%border-bottom '1px solid black']] a]
[%box ~[[%grow 1]] b]
==
:+ %list
~[[%axis %col] [%grow 1]]
:~ [%box ~[[%basis %pix 88] [%border-bottom '1px solid black']] c]
[%box ~[[%grow 1]] d]
[%box ~[[%basis %pix 96] [%border-top '1px solid black']] e]
==
==
--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment