Skip to content

Row

The Row component renders a table row container for creating column-based layouts. It works with Column components to build responsive grid structures that are compatible with all email clients.

Usage

blade
<x-envelop::row>
  <x-envelop::column class="w-1/2">
    Left column
  </x-envelop::column>
  <x-envelop::column class="w-1/2">
    Right column
  </x-envelop::column>
</x-envelop::row>

Props

PropTypeRequiredDefaultDescription
classstringNo''Atomic CSS utility classes

Released under the MIT License.