Update accordion docs
This commit is contained in:
parent
f513eb5845
commit
9b53fac9fe
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ ID: Specifies a unique identifier for the accordion. Defaults to 'accordionExamp
|
|||
FLUSH: If t add class `accordion-flush` to remove borders. Defaults to nil.
|
||||
|
||||
Example:
|
||||
(accordion () (\"foo\" \"bar\"))
|
||||
(accordion (:id \"accordionExample\" :flush t) (\"foo\" \"bar\"))"
|
||||
(let ((class (concatenate 'string "accordion" (when flush " accordion-flush"))))
|
||||
`(spinneret:with-html
|
||||
|
|
Loading…
Add table
Reference in a new issue