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