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