0.7.1 • Published 3 years ago

@slice-and-dice/govuk-react-grid-row v0.7.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

GridRow

Import

  import GridRow from '@govuk-react/grid-row';

Usage

Example

Simple

import GridRow from '@govuk-react/grid-row';
import GridCol from '@govuk-react/grid-col';

<Fragment>
  <GridRow>
    <GridCol>
      ...
    </GridCol>
  </GridRow>
</Fragment>

References:

Properties

PropRequiredDefaultTypeDescription
childrentrue | node | One or more GridCol nodes