formatting improvements.
This commit is contained in:
6
templates/_expander.html
Normal file
6
templates/_expander.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% macro expander() %}
|
||||
<div x-ref="content" class="content relative overflow-hidden transition-all duration-500"
|
||||
:class="expanded ? 'max-h-100' : 'max-h-[3em]'">
|
||||
{{ caller() }}
|
||||
<div>
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user