Skip to content

Latest commit

 

History

History
 
 

bpk-component-switch

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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