8 lines
96 B
Text
8 lines
96 B
Text
|
(defwidget container []
|
||
|
(box
|
||
|
:class "container"
|
||
|
:orientation "h"
|
||
|
(children)
|
||
|
)
|
||
|
)
|