Rename package alert
This commit is contained in:
parent
befb9939d0
commit
b8d98ab2d4
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
;;;; This file defines a package for generating Bootstrap alert components
|
||||
;;;; using Common Lisp macros.
|
||||
|
||||
(defpackage dev.metalisp.sbt/alert
|
||||
(defpackage dev.metalisp.sbt/component/alert
|
||||
(:use :cl)
|
||||
(:export
|
||||
:btn
|
||||
|
@ -25,7 +25,7 @@
|
|||
:alert-dismiss-light
|
||||
:alert-dismiss-dark))
|
||||
|
||||
(in-package :dev.metalisp.sbt/alert)
|
||||
(in-package :dev.metalisp.sbt/component/alert)
|
||||
|
||||
(defmacro btn ()
|
||||
"This macro generates the close button used in a Bootstrap alert when it is set to be dismissible."
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
:dev.metalisp.sbt
|
||||
:rove)
|
||||
(:import-from
|
||||
:dev.metalisp.sbt/alert
|
||||
:dev.metalisp.sbt/component/alert
|
||||
:btn
|
||||
:alert
|
||||
:alert-primary
|
||||
|
|
Loading…
Add table
Reference in a new issue