Backpack vertical grid toggle component.
npm install bpk-component-grid-toggle --save-dev
import React from 'react';
import BpkGridToggle from 'bpk-component-grid-toggle';
export default () => (
<BpkGridToggle />
);
Property | PropType | Required | Default Value |
---|---|---|---|
className | string | false | null |
targetContainer | string | false | 'body' |