Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 329 Bytes

File metadata and controls

17 lines (11 loc) · 329 Bytes

bpk-component-rtl-toggle

Backpack RTL toggle component.

Installation

Check the main Readme for a complete installation guide.

Usage

import BpkRtlToggle from '@skyscanner/backpack-web/bpk-component-rtl-toggle';

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