Skip to content

Instantly share code, notes, and snippets.

@distributedlife
Created March 6, 2018 04:03
Show Gist options
  • Save distributedlife/a16e5a77ffa6e47eee38fb618bff08ac to your computer and use it in GitHub Desktop.
Save distributedlife/a16e5a77ffa6e47eee38fb618bff08ac to your computer and use it in GitHub Desktop.
best-with-headphones medium code samples
const BestWithHeadphones = ({ duration }) => (
<FullScreenMessage icon={HelmetWithHeadphones} colour={White}>
<Title>BEST WITH HEADPHONES</Title>
<FloatingNotes />
<PulsingTitle duration={duration}>FETCHING RACE</PulsingTitle>
</FullScreenMessage>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment