table-footer-group
Usage
<div class="table-footer-group">
<!-- Your content here -->
</div>
Examples
Here are some examples of how to use the table-footer-group
class:
<!-- Basic usage -->
<div class="table-footer-group">
Content
</div>
<!-- With other classes -->
<div class="table-footer-group p-4 bg-white">
Content with padding and background
</div>