Add new section definition
This commit is contained in:
parent
540da54866
commit
ebc408c2ae
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
#:with-section-row
|
#:with-section-row
|
||||||
#:with-section-col
|
#:with-section-col
|
||||||
#:with-section-props
|
#:with-section-props
|
||||||
|
#:with-section-projects
|
||||||
#:define-section-type
|
#:define-section-type
|
||||||
#:titlebar
|
#:titlebar
|
||||||
#:with-title-bar))
|
#:with-title-bar))
|
||||||
|
@ -99,3 +100,5 @@ ROW-CLASS: Enable a div as row."
|
||||||
|
|
||||||
;; In my GUIs I often like to have some kind of `properties` on the left side.
|
;; In my GUIs I often like to have some kind of `properties` on the left side.
|
||||||
(define-section-type with-section-props (:col t :xs 12 :lg 4 :xl 2) nil)
|
(define-section-type with-section-props (:col t :xs 12 :lg 4 :xl 2) nil)
|
||||||
|
;; use with cards to show projects
|
||||||
|
(define-section-type with-section-projects (:row 1 :sm 1 :md 2 :lg 3 :g 3) nil)
|
||||||
|
|
Loading…
Add table
Reference in a new issue