Skip to content

RowSection

RowSection is essentially just a grid row, which allows an unlimited number of items. Collapses down to a single column on mobile.

index.mdx
import { RowSection } from '@futurethemes/galaxy:components'
<RowSection>
<div>
## Hello there
General Kenobi
</div>
![LightSaber](./assets/lightsaber.png)
</RowSection>

In this example we are creating a two-column layout which will collapse down to a single column on mobile.

Props

class

string

Pass arbitrary classes to your final <section> tag.

Tailwind classes are allowed!