Row

The <Row/> component is used to create a row with a title, description and children. The content is centered by default. You can see a working example on the auth pages eg. /signin.

<Row title='Sign in to Gravity'>
  // children
</Row>

Props

PropDescriptionRequiredValue

desc

description under the title

optional

string

header

create a header row

optional

boolean

mainTitle

the main title of the row

optional

string

title

title of the row

required

optional

Last updated