Socket
Book a DemoInstallSign in
Socket

@slice-and-dice/govuk-react-grid-row

Package Overview
Dependencies
Maintainers
8
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slice-and-dice/govuk-react-grid-row

GridRow component for use around GridCol components - includes media query breakpoints.

latest
npmnpm
Version
0.7.1
Version published
Maintainers
8
Created
Source

GridRow

Import

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

Usage

Example

  • https://codesandbox.io/s/x917knwm4z

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``````nodeOne or more GridCol nodes

FAQs

Package last updated on 10 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts