Add section package
This commit is contained in:
parent
bf23b2fd2f
commit
846fe8d93e
1 changed files with 2 additions and 1 deletions
|
@ -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"))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue