Row
Last updated
Last updated
The Row
component adds space below a UI element or group of UI elements. It can optionally restrict the width of the row.
Prop | Description | Required | Value |
---|---|---|---|
The children
prop allows for rendering nested components within the row.
The width
prop restricts the width of the row if provided.
The className
prop allows for custom styling to be applied.
children
children to render
required
component
className
custom style
optional
SCSS or Tailwind
mainTitle
the main title of the row
optional
string
width
restrict the width of the row
optiona
string (sm/md/lg/xl)