Add section package

This commit is contained in:
Marcus Kammer 2024-07-31 18:27:54 +02:00
parent bf23b2fd2f
commit 846fe8d93e

View file

@ -24,7 +24,8 @@
(:file "pagination")
(:file "table")
(:file "spinner")
(:file "form"))))
(:file "form")
(:file "section"))))
:description "A Common Lisp library for generating Bootstrap-based HTML markup. It provides macros to easily create Bootstrap components such as accordions, alerts, badges, buttons, cards, dropdowns, headers, list groups, navbars, nav-tabs, pagination, and tables. This library is dependent on the Spinneret library for HTML generation."
:in-order-to ((test-op (test-op "dev.metalisp.sbt/tests"))))