This commit is contained in:
Marcus Kammer 2025-01-12 18:38:53 +01:00
parent 6c9b989c25
commit 4a65cb5557
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -32,6 +32,10 @@ Example:
,(when items
`(btn-group-outline-primary ,@items)))))
(defun rowp (string)
"Return T if 'row' is present as a substring in STRING, NIL otherwise."
(some (lambda (x) (string= "row" x)) (uiop:split-string string)))
(defmacro section (class (&key xs sm md lg xl xxl) &body body)
"Creates a Bootstrap-styled section.