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