Back to layout Classes

table-header-group

Usage

<div class="table-header-group">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the table-header-group class:

<!-- Basic usage -->
<div class="table-header-group">
  Content
</div>

<!-- With other classes -->
<div class="table-header-group p-4 bg-white">
  Content with padding and background
</div>