Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 910 Bytes

File metadata and controls

34 lines (23 loc) · 910 Bytes

bpk-component-switch

Backpack switch component.

Installation

Check the main Readme for a complete installation guide.

Usage

import BpkSwitch from '@skyscanner/backpack-web/bpk-component-switch';

export default () => (
  <div>
    <BpkSwitch label="Switched on" checked />
    <BpkSwitch label="Turned off" />
  </div>
)

Props

Property PropType Required Default Value
label Node true -
className string false null
small boolean false false

This component uses a hidden <input type="checkbox" />, so it supports all the same properties as it (for example checked).

Theme props

  • switchCheckedColor