Skip to content

Latest commit

 

History

History

bpk-component-badge

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

bpk-component-badge

Backpack badge component.

Installation

Check the main Readme for a complete installation guide.

Usage

import BpkBadge, { BADGE_TYPES } from '@skyscanner/backpack-web/bpk-component-badge';

export default () => (
  <BpkBadge
    type={BADGE_TYPES.warning}
  >
    My Badge
  </BpkBadge>
);

Props

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