Multiple Columns
Example Effect
Column 1
This is the content of column 1
This is the content of column 1
Column 2
This is the content of column 2
This is the content of column 2
Column 3
This is the content of column 3
This is the content of column 3
<Columns>
<Column>
**Column 1**
This is the content of column 1
</Column>
<Column>
**Column 2**
This is the content of column 2
</Column>
<Column>
**Column 3**
This is the content of column 3
</Column>
</Columns>
Custom Styles
Columns
and Column
can add TailwindCSS styles through the className
attribute.<Columns>
<Column className="bg-gray-100 p-3 rounded">
<p className="text-lg font-bold text-pink-500">
Photographs of scenery
</p>
This photograph was captured by André Cook

</Column>
<Column className="bg-gray-100 p-3 rounded">
<p class="text-lg font-bold text-orange-500">
Photographs of scenery
</p>
This photograph was captured by André Cook

</Column>
</Columns>
Modified at 2024-05-28 09:31:22