# bpk-component-grid-toggle

> Backpack vertical grid toggle component.

## Installation

```sh
npm install bpk-component-grid-toggle --save-dev
```

## Usage

```js
import React from 'react';
import BpkGridToggle from 'bpk-component-grid-toggle';

export default () => (
  <BpkGridToggle />
);
```

## Props

| Property         | PropType | Required | Default Value |
| ---------------- | -------- | -------- | ------------- |
| className        | string   | false    | null          |
| targetContainer  | string   | false    | 'body'        |
