Update accordion docs

This commit is contained in:
Marcus Kammer 2024-02-03 21:03:38 +01:00
parent f513eb5845
commit 9b53fac9fe

View file

@ -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