Add rowp
This commit is contained in:
parent
6c9b989c25
commit
4a65cb5557
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue