summaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-06-28 23:00:16 -0700
committercolin <colin@cicadas.surf>2024-06-28 23:00:16 -0700
commitb7da7a19e98b80fdf044d3e910d866e464653b85 (patch)
tree393a5954df9a87546f61bce4fe3091c345f0cf8d /src/package.lisp
parenta2c30e8b368a527a645f048648d1d2ca12593fb2 (diff)
reorg
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp23
1 files changed, 19 insertions, 4 deletions
diff --git a/src/package.lisp b/src/package.lisp
index c811dad..5743aa3 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -4,6 +4,13 @@
(:use #:cl)
(:local-nicknames
(#:a #:alexandria))
+
+ ;; general
+ (:export
+ #:elemp
+ #:elem-tag
+ #:parent)
+
;; Core Html Elements
(:export
#:<a>
@@ -140,7 +147,9 @@
;; layout constructors
(:export
#:<vert>
- #:<horz>)
+ #:<horz>
+ #:<grid>
+ #:defgrid)
;; element properties
(:export
@@ -153,10 +162,16 @@
#:$~
#:$?)
- ;; parenscript macros
+ ;; styling helpers
(:export
- #:$$
- #:$$replace)
+ #:$center
+ #:$vcenter
+ #:$hcenter)
+
+ ;; parenscript macros
+ ;; (:export
+ ;; #:$$
+ ;; #:$$replace)
;; transforms and structure editing
(:export