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