Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 342 Bytes

File metadata and controls

17 lines (11 loc) · 342 Bytes

bpk-component-grid-toggle

Backpack vertical grid toggle component.

Installation

Check the main Readme for a complete installation guide.

Usage

import BpkGridToggle from '@skyscanner/backpack-web/bpk-component-grid-toggle';

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