0.7.1 • Published 3 years ago

@slice-and-dice/govuk-react-main v0.7.1

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

Main

Import

  import Main from '@govuk-react/main';

Provides a container which aligns to the topNav component, is centered, and provides top padding.

Usage

Example

Simple

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

<Main>
  <GridRow>
    <GridCol>
      ...
    </GridCol>
  </GridRow>
</Main>

TODO

  • Implement the 1020px min-width MQ to constants

Properties

PropRequiredDefaultTypeDescription
childrenundefinednodeChild nodes for the page being built