After 8 seconds, these examples disappear. Refresh the page to see them again.
Default
Call-to-Action (CTA) Example
Icon Example
CTA & Icon Example
bpk-component-floating-notification
Installation
Check the main Readme for a complete installation guide.
Usage
import BpkFloatingNotification from '@skyscanner/backpack-web/bpk-component-floating-notification';
import BpkIconHeart from '../../packages/bpk-component-icon/sm/heart';
export default () => (
<BpkFloatingNotification
ctaText="View"
icon={BpkIconHeart}
onClick={() => {}}
text="Killer Combo saved to New York and Miami 🎉"
/>
);
Props
Check out the full list of props on Skyscanner's design system documentation website.