Skip to content

Latest commit

 

History

History

bpk-component-spinner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

bpk-component-spinner

Backpack spinner components.

Installation

Check the main Readme for a complete installation guide.

Usage

import { BpkSpinner, BpkLargeSpinner, BpkExtraLargeSpinner, SPINNER_TYPES } from '@skyscanner/backpack-web/bpk-component-spinner';

export default () => (
  <div>
    <BpkSpinner type={SPINNER_TYPES.primary} />
    <BpkLargeSpinner type={SPINNER_TYPES.light} />
    <BpkExtraLargeSpinner type={SPINNER_TYPES.dark} />
  </div>
);

Props

Check out the full list of props on Skyscanner's design system documentation website.